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

Method title

lib/internals/Colorize.js:80–82  ·  view source on GitHub ↗

* Renders the given text as a title. * @param title Title text to render.

(title)

Source from the content-addressed store, hash-verified

78 * @param title Title text to render.
79 */
80 static title(title) {
81 return `\x1b[35;1m${title}\x1b[0m`;
82 }
83 /**
84 * Renders the given text as a value.
85 * @param field Field name to render.

Callers 1

runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected