Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hatchet-dev/hatchet
/ Init
Method
Init
cmd/hatchet-cli/cli/trigger.go:690–697 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
688
}
689
690
func
(m tuiModelWithInitialRun) Init() tea.Cmd {
691
return
tea.Batch(
692
m.tuiModel.Init(),
693
func
() tea.Msg {
694
return
tui.NavigateToRunWithDetectionMsg{RunID: m.initialRunID}
695
},
696
)
697
}
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected