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

Method tee

worker-configuration.d.ts:1768–1768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1766 pipeTo(destination: WritableStream<R>, options?: StreamPipeOptions): Promise<void>;
1767 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/tee) */
1768 tee(): [
1769 ReadableStream<R>,
1770 ReadableStream<R>
1771 ];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected