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

Method drain

zuse.go:1270–1272  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1268}
1269
1270func (z *ZuseModel) drain() tea.Cmd {
1271 return func() tea.Msg { return <-z.msgCh }
1272}
1273
1274func (z *ZuseModel) Init() tea.Cmd {
1275 return tea.Batch(z.m.Init(), z.drain())

Callers 2

InitMethod · 0.95
UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected