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

Function isSourceMappingSegmentEnd

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

Source from the content-addressed store, hash-verified

90421 return error !== undefined;
90422 }
90423 function isSourceMappingSegmentEnd() {
90424 return (pos === mappings.length ||
90425 mappings.charCodeAt(pos) === 44 /* CharacterCodes.comma */ ||
90426 mappings.charCodeAt(pos) === 59 /* CharacterCodes.semicolon */);
90427 }
90428 function base64VLQFormatDecode() {
90429 var moreDigits = true;
90430 var shiftCount = 0;

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…