MCPcopy
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
171func (m tuiModel) Init() tea.Cmd {
172 return m.currentView.Init()
173}
174
175func (m tuiModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
176 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls 1

InitMethod · 0.65

Tested by

no test coverage detected