MCPcopy Create free account
hub / github.com/nodejs/node / declaredNameInScope

Function declaredNameInScope

test/fixtures/snapshot/typescript.js:93603–93606  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

93601 return true;
93602 }
93603 function declaredNameInScope(node) {
93604 ts.Debug.assertNode(node.name, ts.isIdentifier);
93605 return node.name.escapedText;
93606 }
93607 /**
93608 * Adds a leading VariableStatement for a enum or module declaration.
93609 */

Calls

no outgoing calls

Tested by

no test coverage detected