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

Method CollectItems

sizes/output.go:77–77  ·  view source on GitHub ↗
(items map[string]*item)

Source from the content-addressed store, hash-verified

75type tableContents interface {
76 Emit(t *table)
77 CollectItems(items map[string]*item)
78}
79
80// A section of lines in the tabular output, consisting of a header

Callers 2

CollectItemsMethod · 0.65
JSONMethod · 0.65

Implementers 2

sectionsizes/output.go
itemsizes/output.go

Calls

no outgoing calls

Tested by

no test coverage detected