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

Function getDescriptionForModuleLikeDeclaration

test/fixtures/snapshot/typescript.js:160676–160680  ·  view source on GitHub ↗
(scope)

Source from the content-addressed store, hash-verified

160674 : scope.name ? "class expression '".concat(scope.name.text, "'") : "anonymous class expression";
160675 }
160676 function getDescriptionForModuleLikeDeclaration(scope) {
160677 return scope.kind === 262 /* SyntaxKind.ModuleBlock */
160678 ? "namespace '".concat(scope.parent.name.getText(), "'")
160679 : scope.externalModuleIndicator ? 0 /* SpecialScope.Module */ : 1 /* SpecialScope.Global */;
160680 }
160681 var SpecialScope;
160682 (function (SpecialScope) {
160683 SpecialScope[SpecialScope["Module"] = 0] = "Module";

Callers 1

getPossibleExtractionsFunction · 0.85

Calls 1

concatMethod · 0.80

Tested by

no test coverage detected