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

Method Init

internal/ui/input.go:146–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

144}
145
146func (m confirmModel) Init() tea.Cmd { return nil }
147
148func (m confirmModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
149 if key, ok := msg.(tea.KeyMsg); ok {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected