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

Method Emit

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

Source from the content-addressed store, hash-verified

237}
238
239func (i *indentedItem) Emit(t *table) {
240 subTable := t.indented("", i.depth)
241 i.tableContents.Emit(subTable)
242 t.addSection(subTable)
243}
244
245type Threshold float64
246

Callers

nothing calls this directly

Calls 3

indentedMethod · 0.80
addSectionMethod · 0.80
EmitMethod · 0.65

Tested by

no test coverage detected