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

Method DecodeTypeMeta

csharp/src/Fory/ReadContext.cs:300–304  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
301 internal TypeMeta DecodeTypeMeta()
302 {
303 return TypeMeta.Decode(Reader, _config.MaxTypeFields, _config.MaxTypeMetaBytes);
304 }
305
306 internal void StoreTypeMeta(Type type, TypeMeta typeMeta)
307 {

Callers 2

ReadRemoteTypeMetaMethod · 0.80
ReadAnyTypeInfoMethod · 0.80

Calls 1

DecodeMethod · 0.45

Tested by

no test coverage detected