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

Function TestBasicTextPrinterNilPrint

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

Source from the content-addressed store, hash-verified

12)
13
14func TestBasicTextPrinterNilPrint(t *testing.T) {
15 proxyToDevNull()
16 p := pterm.BasicTextPrinter{}
17 p.Println("Hello, World!")
18}
19
20func TestBasicTextPrinterPrintMethods(t *testing.T) {
21 p := pterm.DefaultBasicText

Callers

nothing calls this directly

Calls 2

PrintlnMethod · 0.95
proxyToDevNullFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…