Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
102
func
(t Table) printRows() {
103
for
i, lines :=
range
t.lines {
104
t.printRow(lines, i)
105
}
106
}
107
108
// Print heading information
109
func
(t *Table) printHeading() {
Callers
1
Render
Method · 0.95
Calls
1
printRow
Method · 0.95
Tested by
no test coverage detected