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

Function getNameFromIndexInfo

test/fixtures/snapshot/typescript.js:15216–15218  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

15214 }
15215 ts.declarationNameToString = declarationNameToString;
15216 function getNameFromIndexInfo(info) {
15217 return info.declaration ? declarationNameToString(info.declaration.parameters[0].name) : undefined;
15218 }
15219 ts.getNameFromIndexInfo = getNameFromIndexInfo;
15220 function isComputedNonLiteralName(name) {
15221 return name.kind === 162 /* SyntaxKind.ComputedPropertyName */ && !isStringOrNumericLiteralLike(name.expression);

Callers

nothing calls this directly

Calls 1

declarationNameToStringFunction · 0.85

Tested by

no test coverage detected