Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ cleanup
Function
cleanup
packages/arctic/src/tool/bash.ts:291–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
289
290
await
new
Promise<void>((resolve, reject) => {
291
const
cleanup = () => {
292
clearTimeout(timeoutTimer)
293
ctx.abort.removeEventListener(
"abort"
, abortHandler)
294
}
295
296
proc.once(
"exit"
, () => {
297
exited = true
Callers
1
execute
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected