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

Function typeAliasNamePart

test/fixtures/snapshot/typescript.js:128531–128533  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

128529 }
128530 ts.textPart = textPart;
128531 function typeAliasNamePart(text) {
128532 return displayPart(text, ts.SymbolDisplayPartKind.aliasName);
128533 }
128534 ts.typeAliasNamePart = typeAliasNamePart;
128535 function typeParameterNamePart(text) {
128536 return displayPart(text, ts.SymbolDisplayPartKind.typeParameterName);

Callers

nothing calls this directly

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…