Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hatchet-dev/hatchet
/ Init
Method
Init
cmd/hatchet-cli/cli/tui/help.go:30–32 ·
view source on GitHub ↗
Init initializes the view
()
Source
from the content-addressed store, hash-verified
28
29
// Init initializes the view
30
func
(v *HelpView) Init() tea.Cmd {
31
return
nil
32
}
33
34
// Update handles messages and updates the view state
35
func
(v *HelpView) Update(msg tea.Msg) (View, tea.Cmd) {
Callers
1
Update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected