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

Method pipeThrough

worker-configuration.d.ts:1764–1764  ·  view source on GitHub ↗
(transform: ReadableWritablePair<T, R>, options?: StreamPipeOptions)

Source from the content-addressed store, hash-verified

1762 getReader(options: ReadableStreamGetReaderOptions): ReadableStreamBYOBReader;
1763 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStream/pipeThrough) */
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) */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected