MCPcopy Index your code
hub / github.com/di-sukharev/opencommit / defaultControllerBrandCheckException$1

Function defaultControllerBrandCheckException$1

out/cli.cjs:13455–13457  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

13453 SetUpReadableStreamDefaultController(stream4, controller, startAlgorithm, pullAlgorithm, cancelAlgorithm, highWaterMark, sizeAlgorithm);
13454 }
13455 function defaultControllerBrandCheckException$1(name) {
13456 return new TypeError(`ReadableStreamDefaultController.prototype.${name} can only be used on a ReadableStreamDefaultController`);
13457 }
13458 function ReadableStreamTee(stream4, cloneForBranch2) {
13459 if (IsReadableByteStreamController(stream4._readableStreamController)) {
13460 return ReadableByteStreamTee(stream4);

Callers 4

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