MCPcopy Create free account
hub / github.com/monitoror/monitoror / TestDebug

Function TestDebug

cli/debug/debug_test.go:9–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

7)
8
9func TestDebug(t *testing.T) {
10 Disable()
11 assert.False(t, IsEnabled())
12 Enable()
13 assert.True(t, IsEnabled())
14}

Callers

nothing calls this directly

Calls 3

DisableFunction · 0.85
IsEnabledFunction · 0.85
EnableFunction · 0.85

Tested by

no test coverage detected