MCPcopy Index your code
hub / github.com/nodejs/node / pipeline

Function pipeline

lib/internal/streams/pipeline.js:182–184  ·  view source on GitHub ↗
(...streams)

Source from the content-addressed store, hash-verified

180}
181
182function pipeline(...streams) {
183 return pipelineImpl(streams, once(popCallback(streams)));
184}
185
186function pipelineImpl(streams, callback, opts) {
187 if (streams.length === 1 && ArrayIsArray(streams[0])) {

Callers 1

compose.jsFile · 0.70

Calls 3

pipelineImplFunction · 0.85
popCallbackFunction · 0.85
onceFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…