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

Function FormatError

cmd/print.go:21–23  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

19}
20
21func FormatError(err error) string {
22 return tui.RenderError(err)
23}
24
25func PrintWarning(message string) {
26 if message != "" {

Callers

nothing calls this directly

Calls 1

RenderErrorFunction · 0.92

Tested by

no test coverage detected