Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/codex-plugin-cc
/ resolveStateFile
Function
resolveStateFile
plugins/codex/scripts/lib/state.mjs:46–48 ·
view source on GitHub ↗
(cwd)
Source
from the content-addressed store, hash-verified
44
}
45
46
export
function
resolveStateFile(cwd) {
47
return
path.join(resolveStateDir(cwd), STATE_FILE_NAME);
48
}
49
50
export
function
resolveJobsDir(cwd) {
51
return
path.join(resolveStateDir(cwd), JOBS_DIR_NAME);
Callers
4
state.test.mjs
File · 0.90
cleanupSessionJobs
Function · 0.90
loadState
Function · 0.85
saveState
Function · 0.85
Calls
1
resolveStateDir
Function · 0.85
Tested by
no test coverage detected