MCPcopy Create free account
hub / github.com/idosal/git-mcp /

Class

worker-configuration.d.ts:1796–1796  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1794}
1795/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */
1796declare class ReadableStreamBYOBReader {
1797 constructor(stream: ReadableStream);
1798 get closed(): Promise<void>;
1799 cancel(reason?: any): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected