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

Function TestTablePrinter_NilPrint

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

Source from the content-addressed store, hash-verified

12)
13
14func TestTablePrinter_NilPrint(t *testing.T) {
15 p := pterm.TablePrinter{}
16 p.Render()
17}
18
19func TestTablePrinter_Render(t *testing.T) {
20 d := pterm.TableData{

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…