Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
177
function
removeJobFile(jobFile) {
178
if
(fs.existsSync(jobFile)) {
179
fs.unlinkSync(jobFile);
180
}
181
}
182
183
export
function
resolveJobLogFile(cwd, jobId) {
184
ensureStateDir(cwd);
Callers
1
saveState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected