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

Function TestEnableDebugMessages

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

Source from the content-addressed store, hash-verified

13}
14
15func TestEnableDebugMessages(t *testing.T) {
16 pterm.EnableDebugMessages()
17 testza.AssertTrue(t, pterm.PrintDebugMessages)
18}
19
20func TestDisableOutput(t *testing.T) {
21 pterm.DisableOutput()

Callers

nothing calls this directly

Calls 1

EnableDebugMessagesFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…