Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
208
func
NewPrimarySpinner() spinner.Model {
209
s := spinner.New()
210
s.Spinner = spinner.Dot
211
s.Style = primaryStyle
212
return
s
213
}
Callers
15
NewBusyModel
Function · 0.85
newStatusModel
Function · 0.85
newUpdateProgressModel
Function · 0.85
newSnapshotListModel
Function · 0.85
NewProgressModel
Function · 0.85
NewDeleteModel
Function · 0.85
newDeleteProgressModel
Function · 0.85
newConnectModel
Function · 0.85
newConnectFetchModel
Function · 0.85
NewLoginModel
Function · 0.85
NewConnectFlowModel
Function · 0.85
NewCreateModel
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected