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

Function tickCmd

internal/tui/app.go:136–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func tickCmd() tea.Cmd {
137 return tea.Tick(100*time.Millisecond, func(t time.Time) tea.Msg {
138 return tickMsg{}
139 })
140}
141
142// Update implements tea.Model.
143func (a App) Update(msg tea.Msg) (tea.Model, tea.Cmd) {

Callers 2

InitMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected