Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arctic-cli/interface
/ abortHandler
Function
abortHandler
packages/arctic/src/tool/bash.ts:278–281 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
276
}
277
278
const
abortHandler = () => {
279
aborted = true
280
void kill()
281
}
282
283
ctx.abort.addEventListener(
"abort"
, abortHandler, { once: true })
284
Callers
nothing calls this directly
Calls
1
kill
Function · 0.70
Tested by
no test coverage detected