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

Function afterItemProcessed

lib/internal/streams/operators.js:77–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 function afterItemProcessed() {
78 cnt -= 1;
79 maybeResume();
80 }
81
82 function maybeResume() {
83 if (

Callers 1

onCatchFunction · 0.85

Calls 1

maybeResumeFunction · 0.85

Tested by

no test coverage detected