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

Function linkPart

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

Source from the content-addressed store, hash-verified

128552 }
128553 ts.linkNamePart = linkNamePart;
128554 function linkPart(text) {
128555 return displayPart(text, ts.SymbolDisplayPartKind.link);
128556 }
128557 ts.linkPart = linkPart;
128558 function buildLinkParts(link, checker) {
128559 var _a;

Callers 1

buildLinkPartsFunction · 0.85

Calls 1

displayPartFunction · 0.85

Tested by

no test coverage detected