MCPcopy Index your code
hub / github.com/github/gh-aw / FormatWarningMessage

Function FormatWarningMessage

pkg/console/console_wasm.go:70–70  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

68func FormatSuccessMessage(message string) string { return "✓ " + message }
69func FormatInfoMessage(message string) string { return "i " + message }
70func FormatWarningMessage(message string) string { return "⚠ " + message }
71func FormatErrorMessage(message string) string { return "✗ " + message }
72func FormatLocationMessage(message string) string { return "~ " + message }
73func FormatCommandMessage(command string) string { return "$ " + command }

Callers 15

GetIntFromEnvFunction · 0.92
findTokenUsageFileFunction · 0.92
findAgentUsageFileFunction · 0.92
handleBatchToolErrorFunction · 0.92
uninstallBashCompletionFunction · 0.92
InspectWorkflowMCPFunction · 0.92
runUpgradeCommandFunction · 0.92

Calls

no outgoing calls