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

Function byteStreamControllerBrandCheckException

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

Source from the content-addressed store, hash-verified

11830 return new TypeError(`ReadableStreamBYOBRequest.prototype.${name} can only be used on a ReadableStreamBYOBRequest`);
11831 }
11832 function byteStreamControllerBrandCheckException(name) {
11833 return new TypeError(`ReadableByteStreamController.prototype.${name} can only be used on a ReadableByteStreamController`);
11834 }
11835 function convertReaderOptions(options, context) {
11836 assertDictionary(options, context);
11837 const mode = options === null || options === void 0 ? void 0 : options.mode;

Callers 5

byobRequestMethod · 0.85
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…