MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / tickCmd

Method tickCmd

tui/status.go:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165}
166
167func (m statusModel) tickCmd() tea.Cmd {
168 return tickAfter(m.nextStatusPollDelay())
169}
170
171func fetchInstancesCmd(client *api.Client) tea.Cmd {
172 return func() tea.Msg {

Callers 2

InitMethod · 0.95
UpdateMethod · 0.95

Calls 2

nextStatusPollDelayMethod · 0.95
tickAfterFunction · 0.85

Tested by

no test coverage detected