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

Method CollectItems

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

Source from the content-addressed store, hash-verified

102}
103
104func (s *section) CollectItems(items map[string]*item) {
105 for _, c := range s.contents {
106 c.CollectItems(items)
107 }
108}
109
110// A line containing data in the tabular output.
111type item struct {

Callers

nothing calls this directly

Calls 1

CollectItemsMethod · 0.65

Tested by

no test coverage detected