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

Method progress

lib/internals/Colorize.js:73–75  ·  view source on GitHub ↗

* Renders the given text as progress text. * @param message Progress text to render.

(message)

Source from the content-addressed store, hash-verified

71 * @param message Progress text to render.
72 */
73 static progress(message) {
74 return `\x1b[90m${message}\x1b[0m`;
75 }
76 /**
77 * Renders the given text as a title.
78 * @param title Title text to render.

Callers 1

rebuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected