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

Function shouldCommitMapping

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

Source from the content-addressed store, hash-verified

90160 exit();
90161 }
90162 function shouldCommitMapping() {
90163 return !hasLast
90164 || lastGeneratedLine !== pendingGeneratedLine
90165 || lastGeneratedCharacter !== pendingGeneratedCharacter
90166 || lastSourceIndex !== pendingSourceIndex
90167 || lastSourceLine !== pendingSourceLine
90168 || lastSourceCharacter !== pendingSourceCharacter
90169 || lastNameIndex !== pendingNameIndex;
90170 }
90171 function appendMappingCharCode(charCode) {
90172 mappingCharCodes.push(charCode);
90173 // String.fromCharCode accepts its arguments on the stack, so we have to chunk the input,

Callers 1

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