()
| 572 | } |
| 573 | |
| 574 | function buildExampleMessageUnion(): ExampleMessageUnion { |
| 575 | return { |
| 576 | case: ExampleMessageUnionCase.INT32_ARRAY_LIST, |
| 577 | value: [new Int32Array([11, 12]), new Int32Array([13, 14])], |
| 578 | }; |
| 579 | } |
| 580 | |
| 581 | function buildOptionalHolder(): OptionalHolder { |
| 582 | const allTypes: AllOptionalTypes = { |
no outgoing calls
no test coverage detected