MCPcopy
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
30func (v *HelpView) Init() tea.Cmd {
31 return nil
32}
33
34// Update handles messages and updates the view state
35func (v *HelpView) Update(msg tea.Msg) (View, tea.Cmd) {

Callers 1

UpdateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected