25 matches across 1 files for error path:processor/workers_regression_test.go
snippet_mode: auto · sorted by relevance
processor/workers_regression_test.go GO 25 matches · showing 5 view file →
36
37 if fileJob.Lines != 14 {
38 t.Errorf("Expected 14 lines got %d", fileJob.Lines)
39 }
40
· · ·
41 if fileJob.Code != 11 {
42 t.Errorf("Expected 11 lines got %d", fileJob.Code)
43 }
44
· · ·
45 if fileJob.Comment != 2 {
46 t.Errorf("Expected 2 lines got %d", fileJob.Comment)
47 }
48
· · ·
49 if fileJob.Blank != 1 {
50 t.Errorf("Expected 1 lines got %d", fileJob.Blank)
51 }
52}
· · ·
65
66 if fileJob.Lines != 3 {
67 t.Errorf("Expected 3 lines")
68 }
69
+ 20 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.