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

Function getUnderlyingCacheKey

test/fixtures/snapshot/typescript.js:42897–42901  ·  view source on GitHub ↗
(specifier, mode)

Source from the content-addressed store, hash-verified

42895 };
42896 return cache;
42897 function getUnderlyingCacheKey(specifier, mode) {
42898 var result = mode === undefined ? specifier : "".concat(mode, "|").concat(specifier);
42899 memoizedReverseKeys.set(result, [specifier, mode]);
42900 return result;
42901 }
42902 }
42903 ts.createModeAwareCache = createModeAwareCache;
42904 /* @internal */

Callers 1

createModeAwareCacheFunction · 0.85

Calls 2

concatMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected