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

Function createParentType

javascript/test/typemeta.test.ts:524–527  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

522 value: Type.int32().setId(1),
523 });
524 const createParentType = () =>
525 Type.struct(7312, {
526 child: Type.struct(7311).setId(1),
527 });
528
529 stringWriterFory.register(stringChildType);
530 boolWriterFory.register(boolChildType);

Callers 1

typemeta.test.tsFile · 0.85

Calls 2

structMethod · 0.80
setIdMethod · 0.45

Tested by

no test coverage detected