13 matches across 1 files for error path:processor/processor_test.go path:processor/processor_test.go lang:Go
snippet_mode: grep · sorted by relevance
processor/processor_test.go GO 13 matches · showing 5 view file →
13
14 if len(ExtensionToLanguage) == 0 {
15 t.Error("Should not be 0")
16 }
17
· · ·
18 if len(LanguageFeatures) == 0 {
19 t.Error("Should not be 0")
20 }
21}
· · ·
26
27 if PathDenyList[0] != "testing" {
28 t.Error("expected / to be trimmed")
29 }
30
· · ·
39 ConfigureLazy(true)
40 if !isLazy {
41 t.Error("isLazy should be true")
42 }
43
· · ·
44 ConfigureLazy(false)
45 if isLazy {
46 t.Error("isLazy should be false")
47 }
48}
+ 8 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.