MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / abortError

Function abortError

packages/telemetry/src/transport.ts:348–350  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346}
347
348function abortError(): DOMException {
349 return new DOMException('The operation was aborted.', 'AbortError');
350}

Callers 3

sendMethod · 0.70
abortableSleepFunction · 0.70
onAbortFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected