Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
404
func
(t *table) subTable(sectionHeader string) *table {
405
return
t.indented(sectionHeader, 1)
406
}
407
408
func
(t *table) addSection(subTable *table) {
409
if
subTable.buf.Len() > 0 {
Callers
1
Emit
Method · 0.80
Calls
1
indented
Method · 0.95
Tested by
no test coverage detected