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

Method View

tui/delete.go:338–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

336}
337
338func (m deleteProgressModel) View() string {
339 if m.success {
340 return ""
341 }
342 if m.quitting {
343 return ""
344 }
345 return fmt.Sprintf("%s %s", m.spinner.View(), m.message)
346}
347
348func RunDeleteProgress(client *api.Client, instanceID string) (string, error) {
349 InitCommonStyles(os.Stdout)

Callers

nothing calls this directly

Calls 1

ViewMethod · 0.45

Tested by

no test coverage detected