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

Method Emit

sizes/output.go:76–76  ·  view source on GitHub ↗
(t *table)

Source from the content-addressed store, hash-verified

74// Zero or more lines in the tabular output.
75type tableContents interface {
76 Emit(t *table)
77 CollectItems(items map[string]*item)
78}
79

Callers 3

EmitMethod · 0.65
EmitMethod · 0.65
TableStringMethod · 0.65

Implementers 2

sectionsizes/output.go
itemsizes/output.go

Calls

no outgoing calls

Tested by

no test coverage detected