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

Function resetSourceMapSource

test/fixtures/snapshot/typescript.js:115159–115162  ·  view source on GitHub ↗
(source, sourceIndex)

Source from the content-addressed store, hash-verified

115157 mostRecentlyAddedSourceMapSourceIndex = sourceMapSourceIndex;
115158 }
115159 function resetSourceMapSource(source, sourceIndex) {
115160 sourceMapSource = source;
115161 sourceMapSourceIndex = sourceIndex;
115162 }
115163 function isJsonSourceMapSource(sourceFile) {
115164 return ts.fileExtensionIs(sourceFile.fileName, ".json" /* Extension.Json */);
115165 }

Callers 1

emitSourcePosFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected