29 matches across 1 files for error path:processor/history_blame_test.go lang:Go
snippet_mode: grep · sorted by relevance
processor/history_blame_test.go GO 29 matches · showing 5 view file →
12 want := []authorID{7, 7, 7}
13 if !equalIDs(got, want) {
14 t.Errorf("new file blame = %v, want %v", got, want)
15 }
16}
· · ·
21 want := []authorID{1, 1, 9, 9}
22 if !equalIDs(got, want) {
23 t.Errorf("append blame = %v, want %v", got, want)
24 }
25}
· · ·
30 want := []authorID{1, 1}
31 if !equalIDs(got, want) {
32 t.Errorf("delete blame = %v, want %v", got, want)
33 }
34}
· · ·
43 want := []authorID{1, 1, 2, 2, 1, 1}
44 if !equalIDs(got, want) {
45 t.Errorf("replace blame = %v, want %v", got, want)
46 }
47}
· · ·
52 want := []authorID{0, 0, 0, 0}
53 if !equalIDs(got, want) {
54 t.Errorf("pad blame = %v, want %v", got, want)
55 }
56}
+ 24 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.