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

Function generateNameForClassExpression

test/fixtures/snapshot/typescript.js:114623–114625  ·  view source on GitHub ↗

* Generates a unique name for a class expression.

()

Source from the content-addressed store, hash-verified

114621 * Generates a unique name for a class expression.
114622 */
114623 function generateNameForClassExpression() {
114624 return makeUniqueName("class");
114625 }
114626 function generateNameForMethodOrAccessor(node) {
114627 if (ts.isIdentifier(node.name)) {
114628 return generateNameCached(node.name);

Callers 1

generateNameForNodeFunction · 0.85

Calls 1

makeUniqueNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…