MCPcopy Create free account
hub / github.com/Stevenic/codepilot / warning

Method warning

src/internals/Colorize.ts:97–100  ·  view source on GitHub ↗

* Renders the given text as a warning. * @param warning Warning text to render.

(warning: string)

Source from the content-addressed store, hash-verified

95 * @param warning Warning text to render.
96 */
97 public static warning(warning: string): string {
98 return `\x1b[33m${warning}\x1b[0m`;
99
100 }
101}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected