849 matches across 25 files for error
snippet_mode: summary · sorted by relevance
processor/history.go GO 17 matches · showing 1 view file →
7 "errors"
+ 16 more matches in this file
processor/processor.go GO 14 matches · showing 1 view file →
337// (plan 05). With Hotspots set, the combination errors out.
+ 13 more matches in this file
processor/report_render.go GO 12 matches · showing 1 view file →
79func runReport(paths []string) error {
+ 11 more matches in this file
processor/report.go GO 8 matches · showing 1 view file →
255// invocation; we snapshot and restore via defer so panics, errors, or
+ 7 more matches in this file
processor/history_authors.go GO 6 matches · showing 1 view file →
274func runAuthorsReport(repoPath string) error {
+ 5 more matches in this file
cmd/badges/main.go GO 12 matches · showing 1 view file →
5 "errors"
+ 11 more matches in this file
processor/detector.go GO 7 matches · showing 1 view file →
8 "errors"
+ 6 more matches in this file
mcp.go GO 8 matches · showing 1 view file →
83 if err := server.ServeStdio(mcpServer, server.WithErrorLogger(errLogger)); err != nil {
+ 7 more matches in this file
processor/history_author_timeline.go GO 6 matches · showing 1 view file →
188func runAuthorTimelineReport(repoPath string) error {
+ 5 more matches in this file
processor/file.go GO 3 matches · showing 1 view file →
68 var err error
+ 2 more matches in this file
processor/history_languages.go GO 6 matches · showing 1 view file →
190func runLanguagesTimelineReport(repoPath string) error {
+ 5 more matches in this file
processor/history_hotspots.go GO 6 matches · showing 1 view file →
24func runHotspotsReport(repoPath string) error {
+ 5 more matches in this file
processor/result.go GO 6 matches · showing 1 view file →
18func ProcessResult() ([]LanguageSummary, error) {
+ 5 more matches in this file
scripts/include.go GO 10 matches · showing 1 view file →
32func generateConstants() error {
+ 9 more matches in this file
main.go GO 8 matches · showing 1 view file →
6 "errors"
+ 7 more matches in this file
processor/history_ignore.go GO 2 matches · showing 1 view file →
37func buildHistoryIgnore(repo *git.Repository, head plumbing.Hash) (*historyIgnore, error) {
+ 1 more matches in this file
processor/history_validation.go GO 5 matches · showing 1 view file →
6 "errors"
+ 4 more matches in this file
processor/trace.go GO 5 matches · showing 1 view file →
16 levelError
+ 4 more matches in this file
processor/workers_test.go GO 131 matches · showing 1 view file →
19 t.Errorf("Expected to be true")
+ 130 more matches in this file
processor/filereader.go GO 3 matches · showing 1 view file →
25func (reader *FileReader) ReadFile(path string, size int) ([]byte, error) {
+ 2 more matches in this file
packages/chocolatey/tools/chocolateyuninstall.ps1 POWERSHELL 1 matches view file →
13$ErrorActionPreference = 'Stop'; # stop on all errors
processor/report_test.go GO 94 matches · showing 1 view file →
16func writeTestFile(path, content string) error {
+ 93 more matches in this file
main_test.go GO 33 matches · showing 1 view file →
31func runSCC(args ...string) (string, error) {
+ 32 more matches in this file
processor/workers.go GO 1 matches view file →
820 printWarnF("error reading: %s %s", job.Location, err)
processor/formatters_test.go GO 98 matches · showing 1 view file →
20 t.Error("expected to match got", str.String())
+ 97 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.