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

Function RenderWarning

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

Source from the content-addressed store, hash-verified

70}
71
72func RenderWarning(message string) string {
73 if message == "" {
74 return ""
75 }
76 return warningStyleTUI.Render("⚠ Warning: " + message)
77}
78
79func RenderSuccessSimple(message string) string {
80 if message == "" {

Callers 3

runUpdateCommandFunction · 0.92
PrintWarningFunction · 0.92
FormatWarningFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected