MCPcopy 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
1274func (z *ZuseModel) Init() tea.Cmd {
1275 return tea.Batch(z.m.Init(), z.drain())
1276}
1277
1278func (z *ZuseModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
1279 newM, cmd := z.m.Update(msg)

Callers

nothing calls this directly

Calls 2

drainMethod · 0.95
InitMethod · 0.45

Tested by

no test coverage detected