744 matches across 25 files for func main lang:Go lang:Go lang:Go
snippet_mode: summary · sorted by relevance
processor/workers.go GO 32 matches · showing 1 view file →
65func checkForMatchSingle(currentByte byte, index int, endPoint int, matches []byte, fileJob *FileJob) bool {
+ 31 more matches in this file
processor/history_blame.go GO 21 matches · showing 1 view file →
32// distinct emails that share the same (lowercase name, email domain) — a
+ 20 more matches in this file
processor/report_render.go GO 52 matches · showing 1 view file →
36func reportTemplate() *template.Template {
+ 51 more matches in this file
processor/processor.go GO 25 matches · showing 1 view file →
163func parseRemapRules(value string) []remapRule {
+ 24 more matches in this file
processor/report.go GO 26 matches · showing 1 view file →
22// a path (pflag's NoOptDefVal). main.go wires this in as the bare-flag
+ 25 more matches in this file
processor/history_ignore.go GO 8 matches · showing 1 view file →
26func (h *historyIgnore) Match(p string, isDir bool) bool {
+ 7 more matches in this file
processor/history_render.go GO 12 matches · showing 1 view file →
19func historyHeader(reportName string, w HistoryWindow, wide bool) string {
+ 11 more matches in this file
processor/history.go GO 31 matches · showing 1 view file →
22// means "entire history". Wired to --depth in main.go.
+ 30 more matches in this file
processor/history_authors.go GO 15 matches · showing 1 view file →
20// output is not capped. The remainder collapses into a single "others (N)"
+ 14 more matches in this file
scripts/include.go GO 8 matches · showing 1 view file →
3package main
+ 7 more matches in this file
mcp.go GO 14 matches · showing 1 view file →
3package main
+ 13 more matches in this file
cmd/badges/main.go GO 25 matches · showing 1 view file →
1package main
+ 24 more matches in this file
main.go GO 7 matches · showing 1 view file →
3package main
+ 6 more matches in this file
processor/report_test.go GO 60 matches · showing 1 view file →
16func writeTestFile(path, content string) error {
+ 59 more matches in this file
processor/workers_test.go GO 98 matches · showing 1 view file →
12func (job *FileJob) SetContent(content string) {
+ 97 more matches in this file
processor/history_blame_test.go GO 34 matches · showing 1 view file →
10func TestApplyDiffToBlameNewFile(t *testing.T) {
+ 33 more matches in this file
processor/history_authors_test.go GO 53 matches · showing 1 view file →
30func makeAuthoredRepo(t *testing.T, commits []authoredCommit) string {
+ 52 more matches in this file
processor/history_test.go GO 25 matches · showing 1 view file →
22func makeFixtureRepo(t *testing.T, commits []map[string]string) string {
+ 24 more matches in this file
processor/workers_regression_test.go GO 11 matches · showing 1 view file →
9func TestCountStatsIssue72(t *testing.T) {
+ 10 more matches in this file
processor/file_test.go GO 28 matches · showing 1 view file →
13func TestGetExtension(t *testing.T) {
+ 27 more matches in this file
processor/locomo_test.go GO 18 matches · showing 1 view file →
10func TestLocomoComplexityDensityZeroCode(t *testing.T) {
+ 17 more matches in this file
main_test.go GO 48 matches · showing 1 view file →
1package main
+ 47 more matches in this file
processor/workers_tokei_test.go GO 8 matches · showing 1 view file →
9func TestCountStatsJava(t *testing.T) {
+ 7 more matches in this file
processor/history_author_timeline_test.go GO 39 matches · showing 1 view file →
31func makeTimelineRepo(t *testing.T, commits []timelineCommit) string {
+ 38 more matches in this file
processor/history_languages_test.go GO 31 matches · showing 1 view file →
14func findLanguagesRow(t *testing.T, rows []languagesTimelineRow, language string) languagesTimelineRow {
+ 30 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.