MCPcopy Create free account
hub / github.com/babycommando/nightride-cli / Update

Method Update

zuse.go:1278–1282  ·  view source on GitHub ↗
(msg tea.Msg)

Source from the content-addressed store, hash-verified

1276}
1277
1278func (z *ZuseModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
1279 newM, cmd := z.m.Update(msg)
1280 z.m = newM.(*ircModel)
1281 return z, tea.Batch(cmd, z.drain())
1282}
1283
1284func (z *ZuseModel) View() string { return z.m.View() }

Callers

nothing calls this directly

Calls 2

drainMethod · 0.95
UpdateMethod · 0.45

Tested by

no test coverage detected