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

Function isReferenceFileLocation

test/fixtures/snapshot/typescript.js:116354–116356  ·  view source on GitHub ↗
(location)

Source from the content-addressed store, hash-verified

116352 ts.isReferencedFile = isReferencedFile;
116353 /*@internal*/
116354 function isReferenceFileLocation(location) {
116355 return location.pos !== undefined;
116356 }
116357 ts.isReferenceFileLocation = isReferenceFileLocation;
116358 /*@internal*/
116359 function getReferencedFileLocation(getSourceFileByPath, ref) {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…