MCPcopy Create free account
hub / github.com/GCWing/BitFun / readJson

Function readJson

tests/e2e/scripts/perf-coverage-contract.test.mjs:13–15  ·  view source on GitHub ↗
(relativePath)

Source from the content-addressed store, hash-verified

11}
12
13function readJson(relativePath) {
14 return JSON.parse(readText(relativePath));
15}
16
17test('performance scripts expose focused startup stability and interaction profiles', () => {
18 const rootPackage = readJson('package.json');

Callers 1

Calls 2

readTextFunction · 0.70
parseMethod · 0.45

Tested by

no test coverage detected