Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thunder-Compute/thunder-cli
/ newBusyStyles
Function
newBusyStyles
tui/busy.go:28–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
newBusyStyles() busyStyles {
29
return
busyStyles{
30
text: LabelStyle().Bold(false),
31
help: HelpStyle(),
32
}
33
}
34
35
func
NewBusyModel(text string) BusyModel {
36
InitCommonStyles(os.Stdout)
Callers
1
NewBusyModel
Function · 0.85
Calls
2
LabelStyle
Function · 0.85
HelpStyle
Function · 0.85
Tested by
no test coverage detected