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

Function resolveJobsDir

plugins/codex/scripts/lib/state.mjs:50–52  ·  view source on GitHub ↗
(cwd)

Source from the content-addressed store, hash-verified

48}
49
50export function resolveJobsDir(cwd) {
51 return path.join(resolveStateDir(cwd), JOBS_DIR_NAME);
52}
53
54export function ensureStateDir(cwd) {
55 fs.mkdirSync(resolveJobsDir(cwd), { recursive: true });

Callers 3

ensureStateDirFunction · 0.85
resolveJobLogFileFunction · 0.85
resolveJobFileFunction · 0.85

Calls 1

resolveStateDirFunction · 0.85

Tested by

no test coverage detected