MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / section

Function section

scripts/release-check.mjs:27–27  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

25function fail(msg) { failures++; console.error(' ✗ ' + msg) }
26function ok(msg) { console.log(' ✓ ' + msg) }
27function section(name) { console.log('\n' + name) }
28
29// -----------------------------------------------------------------------------
30// Check 1: dist/ matches a fresh build from src/

Callers 1

release-check.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected