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

Function setErrorAndStopIterating

test/fixtures/snapshot/typescript.js:90416–90419  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

90414 }
90415 }
90416 function setErrorAndStopIterating(message) {
90417 setError(message);
90418 return stopIterating();
90419 }
90420 function hasReportedError() {
90421 return error !== undefined;
90422 }

Callers 1

decodeMappingsFunction · 0.85

Calls 2

setErrorFunction · 0.85
stopIteratingFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…