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

Function TestProgressbarPrinter_GenericStartRawOutput

progressbar_printer_test.go:81–86  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

79}
80
81func TestProgressbarPrinter_GenericStartRawOutput(t *testing.T) {
82 pterm.DisableStyling()
83 p := pterm.DefaultProgressbar
84 p.GenericStart()
85 pterm.EnableStyling()
86}
87
88func TestProgressbarPrinter_GenericStop(t *testing.T) {
89 p, err := pterm.DefaultProgressbar.Start()

Callers

nothing calls this directly

Calls 3

DisableStylingFunction · 0.92
EnableStylingFunction · 0.92
GenericStartMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…