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

Method progress

src/internals/Colorize.ts:71–73  ·  view source on GitHub ↗

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

(message: string)

Source from the content-addressed store, hash-verified

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

Callers 1

rebuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected