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

Function RenderSuccessSimple

tui/common.go:79–84  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

77}
78
79func RenderSuccessSimple(message string) string {
80 if message == "" {
81 return ""
82 }
83 return successStyle.Render("✓ " + message)
84}
85
86func RenderSuccess(message string) string {
87 if message == "" {

Callers 2

PrintSuccessSimpleFunction · 0.92
FormatSuccessSimpleFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected