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

Method ClearReadTypeInfo

csharp/src/Fory/ReadContext.cs:402–405  ·  view source on GitHub ↗
(Type type)

Source from the content-addressed store, hash-verified

400 }
401
402 internal void ClearReadTypeInfo(Type type)
403 {
404 _readTypeInfoByType.Remove(TypeMapKey.Get(type));
405 }
406
407 public void StoreRef(object? value)
408 {

Callers 4

ReadCollectionDataMethod · 0.80
ReadDataMethod · 0.80
ReadNonNullDynamicAnyMethod · 0.80
ReadDataMethod · 0.80

Calls 2

RemoveMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected