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

Method Emit

sizes/output.go:96–102  ·  view source on GitHub ↗
(t *table)

Source from the content-addressed store, hash-verified

94}
95
96func (s *section) Emit(t *table) {
97 for _, c := range s.contents {
98 subTable := t.subTable(s.name)
99 c.Emit(subTable)
100 t.addSection(subTable)
101 }
102}
103
104func (s *section) CollectItems(items map[string]*item) {
105 for _, c := range s.contents {

Callers

nothing calls this directly

Calls 3

subTableMethod · 0.80
addSectionMethod · 0.80
EmitMethod · 0.65

Tested by

no test coverage detected