MCPcopy
hub / github.com/hatchet-dev/hatchet / Init

Method Init

cmd/hatchet-cli/cli/worker.go:177–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

175}
176
177func (m tuiModelWithInitialWorker) Init() tea.Cmd {
178 return tea.Batch(
179 m.tuiModel.Init(),
180 func() tea.Msg { return tui.NavigateToWorkerMsg{WorkerID: m.initialWorkerID} },
181 )
182}
183
184func init() {
185 rootCmd.AddCommand(workerCmd)

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected