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

Method GetReadTypeInfo

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

Source from the content-addressed store, hash-verified

395 }
396
397 internal TypeInfo? GetReadTypeInfo(Type type)
398 {
399 return _readTypeInfoByType.TryGetValue(TypeMapKey.Get(type), out TypeInfo? typeInfo) ? typeInfo : null;
400 }
401
402 internal void ClearReadTypeInfo(Type type)
403 {

Callers 1

ReadDataMethod · 0.80

Calls 2

TryGetValueMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected