MCPcopy
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
46export function resolveStateFile(cwd) {
47 return path.join(resolveStateDir(cwd), STATE_FILE_NAME);
48}
49
50export function resolveJobsDir(cwd) {
51 return path.join(resolveStateDir(cwd), JOBS_DIR_NAME);

Callers 4

state.test.mjsFile · 0.90
cleanupSessionJobsFunction · 0.90
loadStateFunction · 0.85
saveStateFunction · 0.85

Calls 1

resolveStateDirFunction · 0.85

Tested by

no test coverage detected