MCPcopy Index your code
hub / github.com/pterm/pterm / TestTablePrinter_WithBoxed

Function TestTablePrinter_WithBoxed

table_printer_test.go:91–96  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

89}
90
91func TestTablePrinter_WithBoxed(t *testing.T) {
92 _, err := pterm.DefaultTable.WithBoxed().Srender()
93 if err != nil {
94 t.Error(err)
95 }
96}
97
98func TestTablePrinter_WithData(t *testing.T) {
99 proxyToDevNull()

Callers

nothing calls this directly

Calls 3

ErrorMethod · 0.80
SrenderMethod · 0.65
WithBoxedMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…