Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentforce314/clawcodex
/ throw_if_aborted
Method
throw_if_aborted
src/utils/abort_controller.py:64–66 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
62
pass
63
64
def
throw_if_aborted(self) -> None:
65
if
self._aborted:
66
raise
AbortError(self._reason or
"aborted"
)
67
68
69
class
AbortError(Exception):
Callers
3
test_throw_if_aborted_noop_when_not_aborted
Method · 0.95
test_throw_if_aborted_raises
Method · 0.95
agent
Method · 0.80
Calls
1
AbortError
Class · 0.85
Tested by
2
test_throw_if_aborted_noop_when_not_aborted
Method · 0.76
test_throw_if_aborted_raises
Method · 0.76