MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / Init

Method Init

internal/tui/app.go:132–134  ·  view source on GitHub ↗

Init implements tea.Model.

()

Source from the content-addressed store, hash-verified

130
131// Init implements tea.Model.
132func (a App) Init() tea.Cmd {
133 return tickCmd()
134}
135
136func tickCmd() tea.Cmd {
137 return tea.Tick(100*time.Millisecond, func(t time.Time) tea.Msg {

Callers

nothing calls this directly

Calls 1

tickCmdFunction · 0.85

Tested by

no test coverage detected