Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
188
export
function
resolveJobFile(cwd, jobId) {
189
ensureStateDir(cwd);
190
return
path.join(resolveJobsDir(cwd), `${jobId}.json`);
191
}
Callers
6
state.test.mjs
File · 0.90
readStoredJob
Function · 0.90
createJobProgressUpdater
Function · 0.90
readStoredJobOrNull
Function · 0.90
saveState
Function · 0.85
writeJobFile
Function · 0.85
Calls
2
ensureStateDir
Function · 0.85
resolveJobsDir
Function · 0.85
Tested by
no test coverage detected