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

Function toResolvedConfigFilePath

test/fixtures/snapshot/typescript.js:124236–124244  ·  view source on GitHub ↗
(state, fileName)

Source from the content-addressed store, hash-verified

124234 return ts.toPath(fileName, state.currentDirectory, state.getCanonicalFileName);
124235 }
124236 function toResolvedConfigFilePath(state, fileName) {
124237 var resolvedConfigFilePaths = state.resolvedConfigFilePaths;
124238 var path = resolvedConfigFilePaths.get(fileName);
124239 if (path !== undefined)
124240 return path;
124241 var resolvedPath = toPath(state, fileName);
124242 resolvedConfigFilePaths.set(fileName, resolvedPath);
124243 return resolvedPath;
124244 }
124245 function isParsedCommandLine(entry) {
124246 return !!entry.options;
124247 }

Callers 14

visitFunction · 0.85
createStateBuildOrderFunction · 0.85
getBuildOrderForFunction · 0.85
setupInitialBuildFunction · 0.85
emitBundleFunction · 0.85
getUpToDateStatusWorkerFunction · 0.85
queueReferencingProjectsFunction · 0.85
buildFunction · 0.85
cleanFunction · 0.85
startWatchingFunction · 0.85

Calls 3

toPathFunction · 0.85
getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…