Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ toText
Function
toText
packages/language-service/test/quick_info_spec.ts:1437–1439 ·
view source on GitHub ↗
(displayParts?: ts.SymbolDisplayPart[])
Source
from the content-addressed store, hash-verified
1435
});
1436
1437
function
toText(displayParts?: ts.SymbolDisplayPart[]): string {
1438
return
(displayParts || []).map((p) => p.text).join(
''
);
1439
}
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