Lines Matching refs:pipes
184 this.pipes = [];
360 // when we have multiple pipes.
713 if (state.pipes.length === 1) {
722 state.pipes.push(dest);
723 debug('pipe count=%d opts=%j', state.pipes.length, pipeOpts);
786 if (state.pipes.length === 1 && state.pipes[0] === dest) {
790 } else if (state.pipes.length > 1 && state.pipes.includes(dest)) {
897 if (state.pipes.length === 0)
902 const dests = state.pipes;
903 state.pipes = [];
912 const index = ArrayPrototypeIndexOf(state.pipes, dest);
916 state.pipes.splice(index, 1);
917 if (state.pipes.length === 0)
1335 return this.pipes.length;