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

Function TestHeaderPrinterNilPrint

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

Source from the content-addressed store, hash-verified

12)
13
14func TestHeaderPrinterNilPrint(t *testing.T) {
15 p := pterm.HeaderPrinter{}
16 p.Println("Hello, World!")
17}
18
19func TestHeaderPrinterPrintMethods(t *testing.T) {
20 p := pterm.DefaultHeader

Callers

nothing calls this directly

Calls 1

PrintlnMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…