744 matches across 25 files for func main lang:Go
snippet_mode: summary · sorted by relevance
65▶func checkForMatchSingle(currentByte byte, index int, endPoint int, matches []byte, fileJob *FileJob) bool {
+ 31 more matches in this file
32▶// distinct emails that share the same (lowercase name, email domain) — a
+ 20 more matches in this file
36▶func reportTemplate() *template.Template {
+ 51 more matches in this file
163▶func parseRemapRules(value string) []remapRule {
+ 24 more matches in this file
22▶// a path (pflag's NoOptDefVal). main.go wires this in as the bare-flag
+ 25 more matches in this file
26▶func (h *historyIgnore) Match(p string, isDir bool) bool {
+ 7 more matches in this file
19▶func historyHeader(reportName string, w HistoryWindow, wide bool) string {
+ 11 more matches in this file
22▶// means "entire history". Wired to --depth in main.go.
+ 30 more matches in this file
20▶// output is not capped. The remainder collapses into a single "others (N)"
+ 14 more matches in this file
+ 7 more matches in this file
+ 13 more matches in this file
+ 24 more matches in this file
+ 6 more matches in this file
16▶func writeTestFile(path, content string) error {
+ 59 more matches in this file
12▶func (job *FileJob) SetContent(content string) {
+ 97 more matches in this file
10▶func TestApplyDiffToBlameNewFile(t *testing.T) {
+ 33 more matches in this file
30▶func makeAuthoredRepo(t *testing.T, commits []authoredCommit) string {
+ 52 more matches in this file
22▶func makeFixtureRepo(t *testing.T, commits []map[string]string) string {
+ 24 more matches in this file
9▶func TestCountStatsIssue72(t *testing.T) {
+ 10 more matches in this file
13▶func TestGetExtension(t *testing.T) {
+ 27 more matches in this file
10▶func TestLocomoComplexityDensityZeroCode(t *testing.T) {
+ 17 more matches in this file
+ 47 more matches in this file
9▶func TestCountStatsJava(t *testing.T) {
+ 7 more matches in this file
31▶func makeTimelineRepo(t *testing.T, commits []timelineCommit) string {
+ 38 more matches in this file
14▶func findLanguagesRow(t *testing.T, rows []languagesTimelineRow, language string) languagesTimelineRow {
+ 30 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |