Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
17
function
readJson(filePath) {
18
return
JSON.parse(fs.readFileSync(filePath,
"utf8"
));
19
}
20
21
function
makeVersionFixture() {
22
const
root = makeTempDir();
Callers
1
bump-version.test.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected