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

Function removeJobFile

plugins/codex/scripts/lib/state.mjs:177–181  ·  view source on GitHub ↗
(jobFile)

Source from the content-addressed store, hash-verified

175}
176
177function removeJobFile(jobFile) {
178 if (fs.existsSync(jobFile)) {
179 fs.unlinkSync(jobFile);
180 }
181}
182
183export function resolveJobLogFile(cwd, jobId) {
184 ensureStateDir(cwd);

Callers 1

saveStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected