MCPcopy
hub / github.com/pterm/pterm / DisableDebugMessages

Function DisableDebugMessages

pterm.go:47–49  ·  view source on GitHub ↗

DisableDebugMessages disables the output of debug printers.

()

Source from the content-addressed store, hash-verified

45
46// DisableDebugMessages disables the output of debug printers.
47func DisableDebugMessages() {
48 PrintDebugMessages = false
49}
50
51// EnableStyling enables the default PTerm styling.
52// This also calls EnableColor.

Calls

no outgoing calls

Used in the wild real call sites across dependent graphs

searching dependent graphs…