MCPcopy
hub / github.com/openai/codex-plugin-cc / readJson

Function readJson

tests/bump-version.test.mjs:17–19  ·  view source on GitHub ↗
(filePath)

Source from the content-addressed store, hash-verified

15}
16
17function readJson(filePath) {
18 return JSON.parse(fs.readFileSync(filePath, "utf8"));
19}
20
21function makeVersionFixture() {
22 const root = makeTempDir();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected