Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/openai/codex-plugin-cc
/ readOutputSchema
Function
readOutputSchema
plugins/codex/scripts/lib/codex.mjs:1215–1217 ·
view source on GitHub ↗
(schemaPath)
Source
from the content-addressed store, hash-verified
1213
}
1214
1215
export
function
readOutputSchema(schemaPath) {
1216
return
readJsonFile(schemaPath);
1217
}
1218
1219
export
{ DEFAULT_CONTINUE_PROMPT, TASK_THREAD_PREFIX };
Callers
1
executeReviewRun
Function · 0.90
Calls
1
readJsonFile
Function · 0.90
Tested by
no test coverage detected