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

Struct DebugToggleMsg

internal/ui/program.go:67–67  ·  view source on GitHub ↗

DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it should recompute viewport heights. Sent by the /debug slash command.

Source from the content-addressed store, hash-verified

65// DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it
66// should recompute viewport heights. Sent by the /debug slash command.
67type DebugToggleMsg struct{}
68
69// MCPStatusMsg reports progress while MCP servers are being connected in
70// the background at startup. The TUI shows a "loading…" line above the

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected