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

Struct DebugRefreshMsg

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

DebugRefreshMsg tells the TUI to re-read the debug ring and redraw the panel. Sent from debug.SetSink whenever a new event is recorded.

Source from the content-addressed store, hash-verified

61// DebugRefreshMsg tells the TUI to re-read the debug ring and redraw the
62// panel. Sent from debug.SetSink whenever a new event is recorded.
63type DebugRefreshMsg struct{}
64
65// DebugToggleMsg tells the TUI that debug.Enabled() may have changed, so it
66// should recompute viewport heights. Sent by the /debug slash command.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected