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

Function hasReportedError

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

Source from the content-addressed store, hash-verified

90418 return stopIterating();
90419 }
90420 function hasReportedError() {
90421 return error !== undefined;
90422 }
90423 function isSourceMappingSegmentEnd() {
90424 return (pos === mappings.length ||
90425 mappings.charCodeAt(pos) === 44 /* CharacterCodes.comma */ ||

Callers 1

decodeMappingsFunction · 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…