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

Function stopIterating

test/fixtures/snapshot/typescript.js:90407–90410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90405 };
90406 }
90407 function stopIterating() {
90408 done = true;
90409 return { value: undefined, done: true };
90410 }
90411 function setError(message) {
90412 if (error === undefined) {
90413 error = message;

Callers 2

decodeMappingsFunction · 0.85
setErrorAndStopIteratingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…