MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / IsTransformStreamDefaultController

Function IsTransformStreamDefaultController

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

Source from the content-addressed store, hash-verified

14501 });
14502 }
14503 function IsTransformStreamDefaultController(x5) {
14504 if (!typeIsObject(x5)) {
14505 return false;
14506 }
14507 if (!Object.prototype.hasOwnProperty.call(x5, "_controlledTransformStream")) {
14508 return false;
14509 }
14510 return x5 instanceof TransformStreamDefaultController2;
14511 }
14512 function SetUpTransformStreamDefaultController(stream4, controller, transformAlgorithm, flushAlgorithm, cancelAlgorithm) {
14513 controller._controlledTransformStream = stream4;
14514 stream4._transformStreamController = controller;

Callers 4

desiredSizeMethod · 0.85
enqueueMethod · 0.85
errorMethod · 0.85
terminateMethod · 0.85

Calls 1

typeIsObjectFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…