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

Function isSignalAborted

packages/telemetry/src/transport.ts:344–346  ·  view source on GitHub ↗
(signal?: AbortSignal)

Source from the content-addressed store, hash-verified

342}
343
344function isSignalAborted(signal?: AbortSignal): boolean {
345 return signal?.aborted === true;
346}
347
348function abortError(): DOMException {
349 return new DOMException('The operation was aborted.', 'AbortError');

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected