MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / step

Function step

scripts/spec-init.ts:37–39  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

35const C_RED = "";
36
37function step(message: string): void {
38 process.stdout.write(`${C_CYAN}▶${C_RESET} ${message}\n`);
39}
40
41function ok(message: string): void {
42 process.stdout.write(`${C_GREEN}✓${C_RESET} ${message}\n`);

Callers 1

runFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected