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

Function isSourceMappedPosition

test/fixtures/snapshot/typescript.js:90491–90494  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

90489 -1;
90490 }
90491 function isSourceMappedPosition(value) {
90492 return value.sourceIndex !== undefined
90493 && value.sourcePosition !== undefined;
90494 }
90495 function sameMappedPosition(left, right) {
90496 return left.generatedPosition === right.generatedPosition
90497 && left.sourceIndex === right.sourceIndex

Callers 2

getSourceMappingsFunction · 0.85
getSourcePositionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected