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

Function byobReaderBrandCheckException

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

Source from the content-addressed store, hash-verified

12032 });
12033 }
12034 function byobReaderBrandCheckException(name) {
12035 return new TypeError(`ReadableStreamBYOBReader.prototype.${name} can only be used on a ReadableStreamBYOBReader`);
12036 }
12037 function ExtractHighWaterMark(strategy, defaultHWM) {
12038 const { highWaterMark } = strategy;
12039 if (highWaterMark === void 0) {

Callers 4

closedMethod · 0.85
cancelMethod · 0.85
readMethod · 0.85
releaseLockMethod · 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…