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

Function displayPart

test/fixtures/snapshot/typescript.js:128492–128494  ·  view source on GitHub ↗
(text, kind)

Source from the content-addressed store, hash-verified

128490 }
128491 ts.symbolPart = symbolPart;
128492 function displayPart(text, kind) {
128493 return { text: text, kind: ts.SymbolDisplayPartKind[kind] };
128494 }
128495 ts.displayPart = displayPart;
128496 function spacePart() {
128497 return displayPart(" ", ts.SymbolDisplayPartKind.space);

Callers 15

getDisplayPartWriterFunction · 0.85
writeIndentFunction · 0.85
writeKindFunction · 0.85
symbolPartFunction · 0.85
spacePartFunction · 0.85
keywordPartFunction · 0.85
punctuationPartFunction · 0.85
operatorPartFunction · 0.85
parameterNamePartFunction · 0.85
propertyNamePartFunction · 0.85
textPartFunction · 0.85
typeAliasNamePartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…