Home
last modified time | relevance | path

Searched refs:getDescriptionForFunctionInScope (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/refactors/
DextractSymbol.ts738 const functionDescriptionPart = getDescriptionForFunctionInScope(scope);
796 function getDescriptionForFunctionInScope(scope: Scope): string { function