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

Method subTable

sizes/output.go:404–406  ·  view source on GitHub ↗
(sectionHeader string)

Source from the content-addressed store, hash-verified

402}
403
404func (t *table) subTable(sectionHeader string) *table {
405 return t.indented(sectionHeader, 1)
406}
407
408func (t *table) addSection(subTable *table) {
409 if subTable.buf.Len() > 0 {

Callers 1

EmitMethod · 0.80

Calls 1

indentedMethod · 0.95

Tested by

no test coverage detected