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

Function checkMapping

test/test426/test-source-map-spec.mjs:53–58  ·  view source on GitHub ↗
(sourceMap, action)

Source from the content-addressed store, hash-verified

51});
52
53function checkMapping(sourceMap, action) {
54 const result = sourceMap.findEntry(action.generatedLine, action.generatedColumn);
55 assert.strictEqual(result.originalSource, action.originalSource);
56 assert.strictEqual(result.originalLine, action.originalLine);
57 assert.strictEqual(result.originalColumn, action.originalColumn);
58}

Callers

nothing calls this directly

Calls 1

findEntryMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…