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

Function isExportOfNamespace

test/fixtures/snapshot/typescript.js:93989–93991  ·  view source on GitHub ↗

* Gets a value indicating whether the node is exported from a namespace. * * @param node The node to test.

(node)

Source from the content-addressed store, hash-verified

93987 * @param node The node to test.
93988 */
93989 function isExportOfNamespace(node) {
93990 return currentNamespace !== undefined && ts.hasSyntacticModifier(node, 1 /* ModifierFlags.Export */);
93991 }
93992 /**
93993 * Gets a value indicating whether the node is exported from an external module.
93994 *

Callers 5

getClassFactsFunction · 0.85
visitFunctionDeclarationFunction · 0.85
visitVariableStatementFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected