Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/engineer-man/piston
/ cleanup
Method
cleanup
api/src/executor/job.js:186–189 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
184
}
185
186
async
cleanup() {
187
logger.info(`Cleaning up job uuid=${this.uuid}`);
188
await
fs.rm(this.dir, { recursive: true, force: true });
189
}
190
191
}
192
Callers
1
run_job
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected