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

Function getNamespaceParameterName

test/fixtures/snapshot/typescript.js:94043–94047  ·  view source on GitHub ↗

* Gets the declaration name used inside of a namespace or enum.

(node)

Source from the content-addressed store, hash-verified

94041 * Gets the declaration name used inside of a namespace or enum.
94042 */
94043 function getNamespaceParameterName(node) {
94044 var name = factory.getGeneratedNameForNode(node);
94045 ts.setSourceMapRange(name, node.name);
94046 return name;
94047 }
94048 /**
94049 * Gets the expression used to refer to a namespace or enum within the body
94050 * of its declaration.

Callers 2

visitEnumDeclarationFunction · 0.85
visitModuleDeclarationFunction · 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…