Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bigskysoftware/_hyperscript
/ fail
Function
fail
scripts/release-check.mjs:25–25 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
23
24
let
failures = 0
25
function
fail(msg) { failures++; console.error(
' ✗ '
+ msg) }
26
function
ok(msg) { console.log(
' ✓ '
+ msg) }
27
function
section(name) { console.log(
'\n'
+ name) }
28
Callers
1
release-check.mjs
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected