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

Function resolveJobFile

plugins/codex/scripts/lib/state.mjs:188–191  ·  view source on GitHub ↗
(cwd, jobId)

Source from the content-addressed store, hash-verified

186}
187
188export function resolveJobFile(cwd, jobId) {
189 ensureStateDir(cwd);
190 return path.join(resolveJobsDir(cwd), `${jobId}.json`);
191}

Callers 6

state.test.mjsFile · 0.90
readStoredJobFunction · 0.90
createJobProgressUpdaterFunction · 0.90
readStoredJobOrNullFunction · 0.90
saveStateFunction · 0.85
writeJobFileFunction · 0.85

Calls 2

ensureStateDirFunction · 0.85
resolveJobsDirFunction · 0.85

Tested by

no test coverage detected