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

Function IsReadableStreamDefaultController

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

Source from the content-addressed store, hash-verified

13286 });
13287 }
13288 function IsReadableStreamDefaultController(x5) {
13289 if (!typeIsObject(x5)) {
13290 return false;
13291 }
13292 if (!Object.prototype.hasOwnProperty.call(x5, "_controlledReadableStream")) {
13293 return false;
13294 }
13295 return x5 instanceof ReadableStreamDefaultController2;
13296 }
13297 function ReadableStreamDefaultControllerCallPullIfNeeded(controller) {
13298 const shouldPull = ReadableStreamDefaultControllerShouldCallPull(controller);
13299 if (!shouldPull) {

Callers 4

desiredSizeMethod · 0.85
closeMethod · 0.85
enqueueMethod · 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…