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

Function byobRequestBrandCheckException

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

Source from the content-addressed store, hash-verified

11827 request3._view = view;
11828 }
11829 function byobRequestBrandCheckException(name) {
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 }

Callers 3

viewMethod · 0.85
respondMethod · 0.85
respondWithNewViewMethod · 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…