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

Function getSpecifierCacheKey

test/fixtures/snapshot/typescript.js:53588–53590  ·  view source on GitHub ↗
(path, mode)

Source from the content-addressed store, hash-verified

53586 }
53587 return specifier;
53588 function getSpecifierCacheKey(path, mode) {
53589 return mode === undefined ? path : "".concat(mode, "|").concat(path);
53590 }
53591 }
53592 function symbolToEntityNameNode(symbol) {
53593 var identifier = ts.factory.createIdentifier(ts.unescapeLeadingUnderscores(symbol.escapedName));

Callers 1

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…