Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/github/git-sizer
/ emitBlankRow
Method
emitBlankRow
sizes/output.go:431–433 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
429
}
430
431
func
(t *table) emitBlankRow() {
432
fmt.Fprintln(&t.buf,
"| | | |"
)
433
}
434
435
func
(t *table) formatSectionHeader(name string) {
436
t.formatRow(name,
""
,
""
,
""
,
""
)
Callers
1
addSection
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected