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

Function getDescriptionForConstantInScope

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

Source from the content-addressed store, hash-verified

160643 : "function";
160644 }
160645 function getDescriptionForConstantInScope(scope) {
160646 return ts.isClassLike(scope)
160647 ? "readonly field"
160648 : "constant";
160649 }
160650 function getDescriptionForFunctionLikeDeclaration(scope) {
160651 switch (scope.kind) {
160652 case 171 /* SyntaxKind.Constructor */:

Callers 1

getPossibleExtractionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected