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

Method indented

sizes/output.go:394–402  ·  view source on GitHub ↗
(sectionHeader string, depth int)

Source from the content-addressed store, hash-verified

392}
393
394func (t *table) indented(sectionHeader string, depth int) *table {
395 return &table{
396 threshold: t.threshold,
397 nameStyle: t.nameStyle,
398 sectionHeader: sectionHeader,
399 footnotes: t.footnotes,
400 indent: t.indent + depth,
401 }
402}
403
404func (t *table) subTable(sectionHeader string) *table {
405 return t.indented(sectionHeader, 1)

Callers 2

subTableMethod · 0.95
EmitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected