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

Function getResolvedProjectReferenceByPath

test/fixtures/snapshot/typescript.js:118438–118443  ·  view source on GitHub ↗
(projectReferencePath)

Source from the content-addressed store, hash-verified

118436 return useSourceOfProjectReferenceRedirect && !!getResolvedProjectReferenceToRedirect(fileName);
118437 }
118438 function getResolvedProjectReferenceByPath(projectReferencePath) {
118439 if (!projectReferenceRedirects) {
118440 return undefined;
118441 }
118442 return projectReferenceRedirects.get(projectReferencePath) || undefined;
118443 }
118444 function processReferencedFiles(file, isDefaultLib) {
118445 ts.forEach(file.referencedFiles, function (ref, index) {
118446 processSourceFile(resolveTripleslashReference(ref.fileName, file.fileName), isDefaultLib,

Callers 3

createProgramFunction · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…