MCPcopy Create free account
hub / github.com/UnsignedInt8/LightSword / pipe

Method pipe

typings/node/node.d.ts:1692–1692  ·  view source on GitHub ↗
(destination: T, options?: { end?: boolean; })

Source from the content-addressed store, hash-verified

1690
1691 export interface Stream extends events.EventEmitter {
1692 pipe<T extends NodeJS.WritableStream>(destination: T, options?: { end?: boolean; }): T;
1693 }
1694
1695 export interface ReadableOptions {

Callers 7

connectServerMethod · 0.65
handleRequestMethod · 0.65
constructorMethod · 0.65
transform.tsFile · 0.65
connectFunction · 0.65
handleOutboundFunction · 0.65
connectFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected