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

Function isRequest2

out/cli.cjs:6787–6789  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

6785 }
6786 var streamDestructionSupported = "destroy" in Stream3.Readable.prototype;
6787 function isRequest2(input) {
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");

Callers 1

constructorMethod · 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…