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

Function anyStruct

javascript/packages/core/test/schema-limit.test.js:78–80  ·  view source on GitHub ↗
(fieldName, fieldType = Type.int32({ encoding: "fixed" }))

Source from the content-addressed store, hash-verified

76}
77
78function anyStruct(fieldName, fieldType = Type.int32({ encoding: "fixed" })) {
79 return remoteStruct("", fieldName, fieldType, TypeId.COMPATIBLE_STRUCT, 901);
80}
81
82function remoteNamedNonStruct(name, typeId) {
83 return new TypeMeta([], {

Callers 1

Calls 2

remoteStructFunction · 0.85
int32Method · 0.80

Tested by

no test coverage detected