MCPcopy Create free account
hub / github.com/di-sukharev/opencommit / IsTransformStream

Function IsTransformStream

out/cli.cjs:14415–14423  ·  view source on GitHub ↗
(x5)

Source from the content-addressed store, hash-verified

14413 stream4._transformStreamController = void 0;
14414 }
14415 function IsTransformStream(x5) {
14416 if (!typeIsObject(x5)) {
14417 return false;
14418 }
14419 if (!Object.prototype.hasOwnProperty.call(x5, "_transformStreamController")) {
14420 return false;
14421 }
14422 return x5 instanceof TransformStream3;
14423 }
14424 function TransformStreamError(stream4, e3) {
14425 ReadableStreamDefaultControllerError(stream4._readable._readableStreamController, e3);
14426 TransformStreamErrorWritableAndUnblockWrite(stream4, e3);

Callers 2

readableMethod · 0.85
writableMethod · 0.85

Calls 1

typeIsObjectFunction · 0.85

Tested by

no test coverage detected