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

Function isParsedCommandLine

test/fixtures/snapshot/typescript.js:124245–124247  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

124243 return resolvedPath;
124244 }
124245 function isParsedCommandLine(entry) {
124246 return !!entry.options;
124247 }
124248 function getCachedParsedConfigFile(state, configFilePath) {
124249 var value = state.configFileCache.get(configFilePath);
124250 return value && isParsedCommandLine(value) ? value : undefined;

Callers 3

parseConfigFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…