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

Function generateReadSerializer

javascript/packages/core/test/schema-limit.test.js:338–344  ·  view source on GitHub ↗
(typeInfo)

Source from the content-addressed store, hash-verified

336 return undefined;
337 },
338 generateReadSerializer(typeInfo) {
339 return {
340 getTypeInfo() {
341 return typeInfo;
342 },
343 };
344 },
345 });
346 assert.throws(
347 () => readCompatibleStructSerializer(

Callers 1

typemeta.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected