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

Function deferQuit

tui/status.go:178–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

176}
177
178func deferQuit() tea.Cmd {
179 return tea.Tick(1*time.Millisecond, func(time.Time) tea.Msg { return quitNow{} })
180}
181
182func (m statusModel) statusRefreshRetryDelay(err error) (time.Duration, bool) {
183 var apiErr *api.APIError

Callers 3

UpdateMethod · 0.85
UpdateMethod · 0.85
UpdateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected