MCPcopy
hub / github.com/di-sukharev/opencommit / assertAbortSignal

Function assertAbortSignal

out/cli.cjs:13918–13922  ·  view source on GitHub ↗
(signal, context)

Source from the content-addressed store, hash-verified

13916 };
13917 }
13918 function assertAbortSignal(signal, context) {
13919 if (!isAbortSignal(signal)) {
13920 throw new TypeError(`${context} is not an AbortSignal.`);
13921 }
13922 }
13923 function convertReadableWritablePair(pair, context) {
13924 assertDictionary(pair, context);
13925 const readable = pair === null || pair === void 0 ? void 0 : pair.readable;

Callers 1

convertPipeOptionsFunction · 0.85

Calls 1

isAbortSignalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…