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

Function update

test/fixtures/snapshot/typescript.js:42859–42861  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

42857 directoryToModuleNameMap.clear();
42858 }
42859 function update(options) {
42860 updateRedirectsMap(options, directoryToModuleNameMap);
42861 }
42862 function getOrCreateCacheForDirectory(directoryName, redirectedReference) {
42863 var path = ts.toPath(directoryName, currentDirectory, getCanonicalFileName);
42864 return getOrCreateCache(directoryToModuleNameMap, redirectedReference, path, function () { return createModeAwareCache(); });

Callers 15

updateIdentifierFunction · 0.70
updateQualifiedNameFunction · 0.70
updateDecoratorFunction · 0.70
updatePropertySignatureFunction · 0.70
updateTypePredicateNodeFunction · 0.70

Calls 1

updateRedirectsMapFunction · 0.85

Tested by

no test coverage detected