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

Function FormatWarning

cmd/print.go:37–39  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

35}
36
37func FormatWarning(message string) string {
38 return tui.RenderWarning(message)
39}
40
41func FormatWarningSimple(message string) string {
42 return tui.RenderWarningSimple(message)

Callers

nothing calls this directly

Calls 1

RenderWarningFunction · 0.92

Tested by

no test coverage detected