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

Method StoreExactLocalTypeMeta

csharp/src/Fory/ReadContext.cs:161–164  ·  view source on GitHub ↗
(ulong header, TypeMeta typeMeta)

Source from the content-addressed store, hash-verified

159 }
160
161 internal void StoreExactLocalTypeMeta(ulong header, TypeMeta typeMeta)
162 {
163 _typeMetasByHeader.Set(header, typeMeta);
164 }
165
166 [System.Runtime.CompilerServices.MethodImpl(System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]
167 private object CheckRemoteTypeMetaLimits(TypeMeta typeMeta)

Callers 2

ReadRemoteTypeMetaMethod · 0.80
ReadAnyTypeInfoMethod · 0.80

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected