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

Function streamBrandCheckException$1

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

Source from the content-addressed store, hash-verified

14180 }
14181 }
14182 function streamBrandCheckException$1(name) {
14183 return new TypeError(`ReadableStream.prototype.${name} can only be used on a ReadableStream`);
14184 }
14185 function convertQueuingStrategyInit(init, context) {
14186 assertDictionary(init, context);
14187 const highWaterMark = init === null || init === void 0 ? void 0 : init.highWaterMark;

Callers 7

lockedMethod · 0.85
cancelMethod · 0.85
getReaderMethod · 0.85
pipeThroughMethod · 0.85
pipeToMethod · 0.85
teeMethod · 0.85
valuesMethod · 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…