Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/babycommando/nightride-cli
/ Init
Method
Init
zuse.go:1274–1276 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1272
}
1273
1274
func
(z *ZuseModel) Init() tea.Cmd {
1275
return
tea.Batch(z.m.Init(), z.drain())
1276
}
1277
1278
func
(z *ZuseModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
1279
newM, cmd := z.m.Update(msg)
Callers
nothing calls this directly
Calls
2
drain
Method · 0.95
Init
Method · 0.45
Tested by
no test coverage detected