Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hatchet-dev/hatchet
/ Init
Method
Init
cmd/hatchet-cli/cli/tui.go:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
func
(m tuiModel) Init() tea.Cmd {
172
return
m.currentView.Init()
173
}
174
175
func
(m tuiModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
176
switch
msg := msg.(
type
) {
Callers
nothing calls this directly
Calls
1
Init
Method · 0.65
Tested by
no test coverage detected