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

Function remoteNamedNonStruct

javascript/packages/core/test/schema-limit.test.js:82–89  ·  view source on GitHub ↗
(name, typeId)

Source from the content-addressed store, hash-verified

80}
81
82function remoteNamedNonStruct(name, typeId) {
83 return new TypeMeta([], {
84 namespace: "example",
85 typeId,
86 typeName: name,
87 userTypeId: -1,
88 });
89}
90
91function readTypeMeta(readContext, typeMeta) {
92 const encoded = typeMeta.toBytes();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected