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

Method View

tui/snapshot_delete.go:323–331  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321}
322
323func (m snapshotDeleteProgressModel) View() string {
324 if m.success {
325 return ""
326 }
327 if m.quitting {
328 return ""
329 }
330 return fmt.Sprintf("%s %s", m.spinner.View(), m.message)
331}
332
333func RunSnapshotDeleteProgress(client *api.Client, snapshotID, snapshotName string) (string, error) {
334 InitCommonStyles(os.Stdout)

Callers

nothing calls this directly

Calls 1

ViewMethod · 0.45

Tested by

no test coverage detected