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

Function skipped

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

Source from the content-addressed store, hash-verified

43}
44
45function skipped(message: string): void {
46 process.stdout.write(`${C_YELLOW}·${C_RESET} ${message}\n`);
47}
48
49function fail(message: string): never {
50 process.stderr.write(`${C_RED}✗${C_RESET} ${message}\n`);

Callers 1

runFunction · 0.85

Calls 1

writeMethod · 0.80

Tested by

no test coverage detected