20 matches across 1 files for error path:processor/workers_tokei_test.go lang:Go lang:Go
snippet_mode: grep · sorted by relevance
processor/workers_tokei_test.go GO 20 matches · showing 5 view file →
40
41 if fileJob.Lines != 23 {
42 t.Errorf("Expected 23 lines")
43 }
44
· · ·
45 if fileJob.Code != 16 {
46 t.Errorf("Expected 16 lines got %d", fileJob.Code)
47 }
48
· · ·
49 if fileJob.Comment != 4 {
50 t.Errorf("Expected 4 lines got %d", fileJob.Comment)
51 }
52
· · ·
53 if fileJob.Blank != 3 {
54 t.Errorf("Expected 3 lines got %d", fileJob.Blank)
55 }
56}
· · ·
82
83 if fileJob.Lines != 15 {
84 t.Errorf("Expected 15 lines got %d", fileJob.Lines)
85 }
86
+ 15 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.