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

Struct confirmModel

internal/ui/input.go:141–144  ·  view source on GitHub ↗

── confirm prompt ────────────────────────────────────────────────────────

Source from the content-addressed store, hash-verified

139// ── confirm prompt ────────────────────────────────────────────────────────
140
141type confirmModel struct {
142 prompt string
143 answer bool
144}
145
146func (m confirmModel) Init() tea.Cmd { return nil }
147

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected