Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thunder-Compute/thunder-cli
/ RenderUpdateSuccess
Function
RenderUpdateSuccess
tui/update.go:99–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
97
}
98
99
func
RenderUpdateSuccess() string {
100
InitCommonStyles(os.Stdout)
101
return
SuccessStyle().Render(
"✓ Update successful!"
)
102
}
103
104
func
RenderUpdateFailed(err error, releaseURL string) string {
105
InitCommonStyles(os.Stdout)
Callers
2
handleExplicitOptionalUpdate
Function · 0.92
TestTUIRenderUpdateSuccess
Function · 0.92
Calls
2
InitCommonStyles
Function · 0.85
SuccessStyle
Function · 0.85
Tested by
1
TestTUIRenderUpdateSuccess
Function · 0.74