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

Function step

test/pummel/test-stream-pipe-multi.js:111–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 });
110
111 function step() {
112 r.emit('data', data);
113 if (--cnt === 0) {
114 r.end();
115 return;
116 }
117 if (paused) return;
118 process.nextTick(step);
119 }
120
121 process.nextTick(step);
122});

Callers 1

Calls 2

emitMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…