MCPcopy 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
431func (t *table) emitBlankRow() {
432 fmt.Fprintln(&t.buf, "| | | |")
433}
434
435func (t *table) formatSectionHeader(name string) {
436 t.formatRow(name, "", "", "", "")

Callers 1

addSectionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected