MCPcopy Create free account
hub / github.com/apache/fory / buildExampleMessageUnion

Function buildExampleMessageUnion

integration_tests/idl_tests/javascript/roundtrip.ts:574–579  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

runStandardRoundTripFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected