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

Method pipeTo

worker-configuration.d.ts:1766–1766  ·  view source on GitHub ↗
(destination: WritableStream<R>, options?: StreamPipeOptions)

Source from the content-addressed store, hash-verified

1764 pipeThrough<T>(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions): ReadableStream<T>;
1765 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeTo) */
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>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected