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

Function isNewGeneratedPosition

test/fixtures/snapshot/typescript.js:90066–90070  ·  view source on GitHub ↗
(generatedLine, generatedCharacter)

Source from the content-addressed store, hash-verified

90064 return nameIndex;
90065 }
90066 function isNewGeneratedPosition(generatedLine, generatedCharacter) {
90067 return !hasPending
90068 || pendingGeneratedLine !== generatedLine
90069 || pendingGeneratedCharacter !== generatedCharacter;
90070 }
90071 function isBacktrackingSourcePosition(sourceIndex, sourceLine, sourceCharacter) {
90072 return sourceIndex !== undefined
90073 && sourceLine !== undefined

Callers 1

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