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

Class

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

Source from the content-addressed store, hash-verified

1784};
1785/* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamDefaultReader) */
1786declare class ReadableStreamDefaultReader<R = any> {
1787 constructor(stream: ReadableStream);
1788 get closed(): Promise<void>;
1789 cancel(reason?: any): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected