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

Function NewPrimarySpinner

tui/common.go:208–213  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func NewPrimarySpinner() spinner.Model {
209 s := spinner.New()
210 s.Spinner = spinner.Dot
211 s.Style = primaryStyle
212 return s
213}

Callers 15

NewBusyModelFunction · 0.85
newStatusModelFunction · 0.85
newUpdateProgressModelFunction · 0.85
newSnapshotListModelFunction · 0.85
NewProgressModelFunction · 0.85
NewDeleteModelFunction · 0.85
newDeleteProgressModelFunction · 0.85
newConnectModelFunction · 0.85
newConnectFetchModelFunction · 0.85
NewLoginModelFunction · 0.85
NewConnectFlowModelFunction · 0.85
NewCreateModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected