Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ humanizeMessages
Function
humanizeMessages
packages/compiler/test/i18n/message_bundle_spec.ts:57–59 ·
view source on GitHub ↗
(catalog: MessageBundle)
Source
from the content-addressed store, hash-verified
55
}
56
57
function
humanizeMessages(catalog: MessageBundle): string[] {
58
return
catalog.write(
new
_TestSerializer()).split(
'//'
);
59
}
Callers
1
message_bundle_spec.ts
File · 0.85
Calls
1
write
Method · 0.65
Tested by
no test coverage detected