MCPcopy Index your code
hub / github.com/angular/angular / toText

Function toText

packages/language-service/test/quick_info_spec.ts:1295–1297  ·  view source on GitHub ↗
(displayParts?: ts.SymbolDisplayPart[])

Source from the content-addressed store, hash-verified

1293});
1294
1295function toText(displayParts?: ts.SymbolDisplayPart[]): string {
1296 return (displayParts || []).map((p) => p.text).join('');
1297}

Callers 3

quick_info_spec.tsFile · 0.70
expectQuickInfoFunction · 0.70

Calls 2

mapMethod · 0.80
joinMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…