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

Function buildExampleLeaf

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

Source from the content-addressed store, hash-verified

413}
414
415function buildExampleLeaf(): ExampleLeaf {
416 return {
417 label: "leaf",
418 count: 7,
419 };
420}
421
422function buildExampleMessage(): ExampleMessage {
423 const leaf = buildExampleLeaf();

Callers 1

buildExampleMessageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected