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

Function textPart

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

Source from the content-addressed store, hash-verified

128525 }
128526 ts.textOrKeywordPart = textOrKeywordPart;
128527 function textPart(text) {
128528 return displayPart(text, ts.SymbolDisplayPartKind.text);
128529 }
128530 ts.textPart = textPart;
128531 function typeAliasNamePart(text) {
128532 return displayPart(text, ts.SymbolDisplayPartKind.aliasName);

Callers 1

textOrKeywordPartFunction · 0.85

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…