MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / Enabled

Function Enabled

internal/debug/debug.go:59–63  ·  view source on GitHub ↗

Enabled reports whether recording is currently on.

()

Source from the content-addressed store, hash-verified

57
58// Enabled reports whether recording is currently on.
59func Enabled() bool {
60 mu.Lock()
61 defer mu.Unlock()
62 return enabled
63}
64
65// SetEnabled flips recording on or off. The UI calls this from the /debug
66// slash command. Disabling does not clear the ring — old events stick around

Callers 6

cmdDebugFunction · 0.92
UpdateMethod · 0.92
layoutMethod · 0.92
inModalMethod · 0.92
ViewMethod · 0.92
hintTextMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected