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

Method hasCreatingSnapshots

tui/snapshot_list.go:282–289  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

280}
281
282func (m snapshotListModel) hasCreatingSnapshots() bool {
283 for _, s := range m.snapshots {
284 if s.Status == "CREATING" {
285 return true
286 }
287 }
288 return false
289}
290
291func (m snapshotListModel) formatStatus(status string, width int) string {
292 var style lipgloss.Style

Callers 1

ViewMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected