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

Method Init

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

Source from the content-addressed store, hash-verified

51}
52
53func (m chatInputModel) Init() tea.Cmd { return textinput.Blink }
54
55func (m chatInputModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
56 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected