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

Function IsWritableStreamDefaultController

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

Source from the content-addressed store, hash-verified

12736 });
12737 }
12738 function IsWritableStreamDefaultController(x5) {
12739 if (!typeIsObject(x5)) {
12740 return false;
12741 }
12742 if (!Object.prototype.hasOwnProperty.call(x5, "_controlledWritableStream")) {
12743 return false;
12744 }
12745 return x5 instanceof WritableStreamDefaultController2;
12746 }
12747 function SetUpWritableStreamDefaultController(stream4, controller, startAlgorithm, writeAlgorithm, closeAlgorithm, abortAlgorithm, highWaterMark, sizeAlgorithm) {
12748 controller._controlledWritableStream = stream4;
12749 stream4._writableStreamController = controller;

Callers 3

abortReasonMethod · 0.85
signalMethod · 0.85
errorMethod · 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…