MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / onAbort

Function onAbort

sdk/js/src/send-rpc-request.ts:41–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 const onAbort = () => {
42 cleanup()
43 safeReject(new Error('request aborted'))
44 }
45
46 abortController.signal.addEventListener('abort', onAbort)
47

Callers

nothing calls this directly

Calls 2

cleanupFunction · 0.85
safeRejectFunction · 0.85

Tested by

no test coverage detected