Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChatLab/ChatLab
/ forwardAbort
Function
forwardAbort
packages/node-runtime/src/ai/agent/core.ts:224–224 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
})
223
224
const
forwardAbort = () => coreAgent.abort()
225
if
(abortSignal) {
226
abortSignal.addEventListener(
'abort'
, forwardAbort, { once: true })
227
}
Callers
nothing calls this directly
Calls
1
abort
Method · 0.80
Tested by
no test coverage detected