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

Function getNamespaceContainerName

test/fixtures/snapshot/typescript.js:94052–94054  ·  view source on GitHub ↗

* Gets the expression used to refer to a namespace or enum within the body * of its declaration.

(node)

Source from the content-addressed store, hash-verified

94050 * of its declaration.
94051 */
94052 function getNamespaceContainerName(node) {
94053 return factory.getGeneratedNameForNode(node);
94054 }
94055 /**
94056 * Gets a local alias for a class declaration if it is a decorated class with an internal
94057 * reference to the static side of the class. This is necessary to avoid issues with

Callers 2

visitEnumDeclarationFunction · 0.85
visitModuleDeclarationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected