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

Function resolveJobLogFile

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

Source from the content-addressed store, hash-verified

181}
182
183export function resolveJobLogFile(cwd, jobId) {
184 ensureStateDir(cwd);
185 return path.join(resolveJobsDir(cwd), `${jobId}.log`);
186}
187
188export function resolveJobFile(cwd, jobId) {
189 ensureStateDir(cwd);

Callers 2

state.test.mjsFile · 0.90
createJobLogFileFunction · 0.90

Calls 2

ensureStateDirFunction · 0.85
resolveJobsDirFunction · 0.85

Tested by

no test coverage detected