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

Function toText

packages/language-service/test/completions_spec.ts:2377–2379  ·  view source on GitHub ↗
(displayParts?: ts.SymbolDisplayPart[])

Source from the content-addressed store, hash-verified

2375}
2376
2377function toText(displayParts?: ts.SymbolDisplayPart[]): string {
2378 return (displayParts ?? []).map((p) => p.text).join('');
2379}
2380
2381function setup(
2382 template: string,

Callers 1

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…