Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1270
func
(z *ZuseModel) drain() tea.Cmd {
1271
return
func
() tea.Msg {
return
<-z.msgCh }
1272
}
1273
1274
func
(z *ZuseModel) Init() tea.Cmd {
1275
return
tea.Batch(z.m.Init(), z.drain())
Callers
2
Init
Method · 0.95
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected