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

Method warning

lib/internals/Colorize.js:96–98  ·  view source on GitHub ↗

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

(warning)

Source from the content-addressed store, hash-verified

94 * @param warning Warning text to render.
95 */
96 static warning(warning) {
97 return `\x1b[33m${warning}\x1b[0m`;
98 }
99}
100exports.Colorize = Colorize;
101//# sourceMappingURL=Colorize.js.map

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected