MCPcopy Create free account
hub / github.com/deepflowio/deepflow / printRows

Method printRows

cli/ctl/common/table/table.go:102–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

100}
101
102func (t Table) printRows() {
103 for i, lines := range t.lines {
104 t.printRow(lines, i)
105 }
106}
107
108// Print heading information
109func (t *Table) printHeading() {

Callers 1

RenderMethod · 0.95

Calls 1

printRowMethod · 0.95

Tested by

no test coverage detected