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

Method Render

cli/ctl/common/table/table.go:97–100  ·  view source on GitHub ↗

Render table output

()

Source from the content-addressed store, hash-verified

95
96// Render table output
97func (t *Table) Render() {
98 t.printHeading()
99 t.printRows()
100}
101
102func (t Table) printRows() {
103 for i, lines := range t.lines {

Callers 15

listAgentGroupFunction · 0.80
listControllerFunction · 0.80
listIngerterFunction · 0.80
listSubDomainFunction · 0.80
listAgentGroupConfigFunction · 0.80
statsQueryFunction · 0.80
tableVmFunction · 0.80
tableVpcFunction · 0.80
tableHostFunction · 0.80
tableLldpFunction · 0.80
tablePortFunction · 0.80
tableNetworkFunction · 0.80

Calls 2

printHeadingMethod · 0.95
printRowsMethod · 0.95

Tested by 2

ExampleShortFunction · 0.64
ExampleChineseFunction · 0.64