Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
func
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
Disable
Function · 0.85
IsEnabled
Function · 0.85
Enable
Function · 0.85
Tested by
no test coverage detected