MCPcopy Index your code
hub / github.com/devspace-sh/devspace / PrintTable

Function PrintTable

pkg/util/log/log.go:51–53  ·  view source on GitHub ↗
(s Logger, header []string, values [][]string)

Source from the content-addressed store, hash-verified

49}
50
51func PrintTable(s Logger, header []string, values [][]string) {
52 PrintTableWithOptions(s, header, values, nil)
53}
54
55// PrintTableWithOptions prints a table with header columns and string values
56func PrintTableWithOptions(s Logger, header []string, values [][]string, modify func(table *tablewriter.Table)) {

Callers 7

RunListSyncMethod · 0.92
RunMethod · 0.92
RunListProfilesMethod · 0.92
RunListVarsMethod · 0.92
RunListContextsMethod · 0.92
RunListPortMethod · 0.92
RunListNamespacesMethod · 0.92

Calls 1

PrintTableWithOptionsFunction · 0.85

Tested by

no test coverage detected