MCPcopy Index your code
hub / github.com/mozilla/source-map / mapLine

Function mapLine

test/test-spec-tests.js:64–66  ·  view source on GitHub ↗
(line)

Source from the content-addressed store, hash-verified

62}
63
64function mapLine(line) {
65 return line + 1;
66}
67
68async function testMappingAction(assert, rawSourceMap, action) {
69 return SourceMapConsumer.with(rawSourceMap, null, consumer => {

Callers 2

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