Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
function
skipped(message: string): void {
46
process.stdout.write(`${C_YELLOW}·${C_RESET} ${message}\n`);
47
}
48
49
function
fail(message: string): never {
50
process.stderr.write(`${C_RED}✗${C_RESET} ${message}\n`);
Callers
1
run
Function · 0.85
Calls
1
write
Method · 0.80
Tested by
no test coverage detected