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

Method Categorize

sizes/graph.go:44–44  ·  view source on GitHub ↗

Categorize tells whether `refname` should be walked at all, and if so, the symbols of the reference groups to which it belongs.

(refname string)

Source from the content-addressed store, hash-verified

42 // and if so, the symbols of the reference groups to which it
43 // belongs.
44 Categorize(refname string) (bool, []RefGroupSymbol)
45
46 // Groups returns the list of `ReferenceGroup`s, in the order
47 // that they should be presented. The return value might

Callers 2

ScanRepositoryUsingGraphFunction · 0.65
CategorizeMethod · 0.65

Implementers 2

refGroupergit_sizer_test.go
refGrouperinternal/refopts/ref_group_builder.go

Calls

no outgoing calls

Tested by

no test coverage detected