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

Function onCatch

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

Source from the content-addressed store, hash-verified

70 let cnt = 0;
71
72 function onCatch() {
73 done = true;
74 afterItemProcessed();
75 }
76
77 function afterItemProcessed() {
78 cnt -= 1;

Callers

nothing calls this directly

Calls 1

afterItemProcessedFunction · 0.85

Tested by

no test coverage detected