1,070 matches across 25 files for func main lang:Go lang:Go
snippet_mode: summary · sorted by relevance
75▶func cleanDuplicates() {
+ 33 more matches in this file
20▶// output is not capped. The remainder collapses into a single "others (N)"
+ 26 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
176▶func parseRemapRules(value string) []remapRule {
+ 26 more matches in this file
22▶// a path (pflag's NoOptDefVal). main.go wires this in as the bare-flag
+ 26 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.
+ 31 more matches in this file
+ 8 more matches in this file
71▶func (c CouplingCount) WeightedScore() float64 {
+ 34 more matches in this file
+ 15 more matches in this file
+ 34 more matches in this file
+ 24 more matches in this file
+ 6 more matches in this file
19▶func (tl traceLevel) String() string {
+ 16 more matches in this file
16▶func writeTestFile(path, content string) error {
+ 59 more matches in this file
+ 48 more matches in this file
+ 44 more matches in this file
12▶func (job *FileJob) SetContent(content string) {
+ 101 more matches in this file
30▶func makeAuthoredRepo(t *testing.T, commits []authoredCommit) string {
+ 59 more matches in this file
10▶func TestApplyDiffToBlameNewFile(t *testing.T) {
+ 33 more matches in this file
10▶func countCognitive(t *testing.T, language, content string) FileJob {
+ 38 more matches in this file
13▶func hasCandidate(got []string, want string) bool {
+ 25 more matches in this file
13▶func TestGetExtension(t *testing.T) {
+ 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 |