MCPcopy Create free account
hub / github.com/basecamp/hey-cli / newTable

Function newTable

internal/cmd/formatting.go:30–36  ·  view source on GitHub ↗
(w io.Writer)

Source from the content-addressed store, hash-verified

28 rows [][]string
29}
30
31func newTable(w io.Writer) *table {
32 return &table{
33 w: w,
34 columnWidths: map[int]int{},
35 rows: [][]string{},
36 }
37}
38
39func (t *table) addRow(row []string) {

Callers 10

runMethod · 0.85
newCommandsCommandFunction · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85
newConfigShowCommandFunction · 0.85
runMethod · 0.85
runMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected