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

Function isAbortSignal

out/cli.cjs:6790–6793  ·  view source on GitHub ↗
(signal)

Source from the content-addressed store, hash-verified

6788 return typeof input === "object" && typeof input[INTERNALS$2] === "object";
6789 }
6790 function isAbortSignal(signal) {
6791 const proto2 = signal && typeof signal === "object" && Object.getPrototypeOf(signal);
6792 return !!(proto2 && proto2.constructor.name === "AbortSignal");
6793 }
6794 var Request6 = class _Request {
6795 constructor(input) {
6796 let init = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};

Callers 2

constructorMethod · 0.85
assertAbortSignalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…