MCPcopy
hub / github.com/docker/docker-agent / Init

Method Init

pkg/tui/tui.go:606–608  ·  view source on GitHub ↗

Init initializes the model.

()

Source from the content-addressed store, hash-verified

604
605// Init initializes the model.
606func (m *appModel) Init() tea.Cmd {
607 return tea.Batch(m.init(), m.tourStartupCmd())
608}
609
610// tourStartupCmd applies the configured startup tour mode: start the tour
611// right away or open the first-run offer dialog. Lean mode has no overlay

Callers

nothing calls this directly

Calls 3

initMethod · 0.95
tourStartupCmdMethod · 0.95
BatchMethod · 0.80

Tested by

no test coverage detected