Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1295
function
toText(displayParts?: ts.SymbolDisplayPart[]): string {
1296
return
(displayParts || []).map((p) => p.text).join(
''
);
1297
}
Callers
3
quick_info_spec.ts
File · 0.70
expectHostBindingsQuickInfo
Function · 0.70
expectQuickInfo
Function · 0.70
Calls
2
map
Method · 0.80
join
Method · 0.65
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…