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

Function getCachedParsedConfigFile

test/fixtures/snapshot/typescript.js:124248–124251  ·  view source on GitHub ↗
(state, configFilePath)

Source from the content-addressed store, hash-verified

124246 return !!entry.options;
124247 }
124248 function getCachedParsedConfigFile(state, configFilePath) {
124249 var value = state.configFileCache.get(configFilePath);
124250 return value && isParsedCommandLine(value) ? value : undefined;
124251 }
124252 function parseConfigFile(state, configFileName, configFilePath) {
124253 var configFileCache = state.configFileCache;
124254 var value = configFileCache.get(configFilePath);

Callers 1

watchWildCardDirectoriesFunction · 0.85

Calls 2

isParsedCommandLineFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected