MCPcopy Create free account
hub / github.com/freecodexyz/free-code / onParentAbort

Method onParentAbort

src/cli/structuredIO.ts:572–572  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

570 const parentSignal = toolUseContext.abortController.signal
571 // Forward parent abort to our local controller
572 const onParentAbort = () => hookAbortController.abort()
573 parentSignal.addEventListener('abort', onParentAbort, { once: true })
574
575 try {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected