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

Function defaultReaderBrandCheckException

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

Source from the content-addressed store, hash-verified

10908 });
10909 }
10910 function defaultReaderBrandCheckException(name) {
10911 return new TypeError(`ReadableStreamDefaultReader.prototype.${name} can only be used on a ReadableStreamDefaultReader`);
10912 }
10913 const AsyncIteratorPrototype = Object.getPrototypeOf(Object.getPrototypeOf(async function* () {
10914 }).prototype);
10915 class ReadableStreamAsyncIteratorImpl {

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…