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

Function getNestedModuleDeclaration

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

Source from the content-addressed store, hash-verified

16887 }
16888 ts.getSingleVariableOfVariableStatement = getSingleVariableOfVariableStatement;
16889 function getNestedModuleDeclaration(node) {
16890 return ts.isModuleDeclaration(node) &&
16891 node.body &&
16892 node.body.kind === 261 /* SyntaxKind.ModuleDeclaration */
16893 ? node.body
16894 : undefined;
16895 }
16896 function getJSDocCommentsAndTags(hostNode, noCache) {
16897 var result;
16898 // Pull parameter comments from declaring function as well

Callers 2

getEffectiveJSDocHostFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected