MCPcopy
hub / github.com/angular/angular / write

Method write

packages/compiler/test/i18n/message_bundle_spec.ts:39–43  ·  view source on GitHub ↗
(messages: i18n.Message[])

Source from the content-addressed store, hash-verified

37
38class _TestSerializer extends Serializer {
39 override write(messages: i18n.Message[]): string {
40 return messages
41 .map((msg) => `${serializeNodes(msg.nodes)} (${msg.meaning}|${msg.description})`)
42 .join('//');
43 }
44
45 override load(
46 content: string,

Callers

nothing calls this directly

Calls 3

serializeNodesFunction · 0.90
mapMethod · 0.80
joinMethod · 0.65

Tested by

no test coverage detected