MCPcopy Create free account
hub / github.com/TanStack/db / pipe

Function pipe

packages/db-ivm/src/operators/pipe.ts:51–55  ·  view source on GitHub ↗
(...operators: Array<PipedOperator<any, any>>)

Source from the content-addressed store, hash-verified

49 * Creates a new stream by piping the input stream through a series of operators
50 */
51export function pipe<T>(...operators: Array<PipedOperator<any, any>>) {
52 return (stream: IStreamBuilder<T>): IStreamBuilder<T> => {
53 return stream.pipe(...operators)
54 }
55}

Callers 1

pipe.test.tsFile · 0.85

Calls 1

pipeMethod · 0.80

Tested by

no test coverage detected