MCPcopy Create free account
hub / github.com/nodejs/node / linkTextPart

Function linkTextPart

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

Source from the content-addressed store, hash-verified

128537 }
128538 ts.typeParameterNamePart = typeParameterNamePart;
128539 function linkTextPart(text) {
128540 return displayPart(text, ts.SymbolDisplayPartKind.linkText);
128541 }
128542 ts.linkTextPart = linkTextPart;
128543 function linkNamePart(text, target) {
128544 return {

Callers 1

buildLinkPartsFunction · 0.85

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected