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

Function getCurrentLineMap

test/fixtures/snapshot/typescript.js:110985–110987  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110983 setWriter(/*output*/ undefined, /*_sourceMapGenerator*/ undefined);
110984 }
110985 function getCurrentLineMap() {
110986 return currentLineMap || (currentLineMap = ts.getLineStarts(ts.Debug.checkDefined(currentSourceFile)));
110987 }
110988 function emit(node, parenthesizerRule) {
110989 if (node === undefined)
110990 return;

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…