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

Function toLineColumnOffset

test/fixtures/snapshot/typescript.js:144628–144631  ·  view source on GitHub ↗
(fileName, position)

Source from the content-addressed store, hash-verified

144626 host.getSourceFileLike(fileName);
144627 }
144628 function toLineColumnOffset(fileName, position) {
144629 var file = getSourceFileLike(fileName); // TODO: GH#18217
144630 return file.getLineAndCharacterOfPosition(position);
144631 }
144632 function clearCache() {
144633 sourceFileLike.clear();
144634 documentPositionMappers.clear();

Callers

nothing calls this directly

Calls 1

getSourceFileLikeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…