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

Method Init

cmd/hatchet-cli/cli/workflows.go:126–131  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124}
125
126func (m tuiModelWithInitialWorkflow) Init() tea.Cmd {
127 return tea.Batch(
128 m.tuiModel.Init(),
129 func() tea.Msg { return tui.NavigateToWorkflowMsg{WorkflowID: m.initialWorkflowID} },
130 )
131}
132
133func init() {
134 rootCmd.AddCommand(workflowsCmd)

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected