MCPcopy Index your code
hub / github.com/github/git-sizer / Categorize

Method Categorize

internal/refopts/show_ref_grouper.go:26–34  ·  view source on GitHub ↗
(refname string)

Source from the content-addressed store, hash-verified

24}
25
26func (rg showRefGrouper) Categorize(refname string) (bool, []sizes.RefGroupSymbol) {
27 walk, symbols := rg.RefGrouper.Categorize(refname)
28 if walk {
29 fmt.Fprintf(rg.w, "+ %s\n", refname)
30 } else {
31 fmt.Fprintf(rg.w, " %s\n", refname)
32 }
33 return walk, symbols
34}

Callers

nothing calls this directly

Calls 1

CategorizeMethod · 0.65

Tested by

no test coverage detected