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

Method SetReadTypeInfo

csharp/src/Fory/ReadContext.cs:392–395  ·  view source on GitHub ↗
(Type type, TypeInfo typeInfo)

Source from the content-addressed store, hash-verified

390 }
391
392 internal void SetReadTypeInfo(Type type, TypeInfo typeInfo)
393 {
394 _readTypeInfoByType.Set(TypeMapKey.Get(type), typeInfo);
395 }
396
397 internal TypeInfo? GetReadTypeInfo(Type type)
398 {

Callers 4

ReadDataMethod · 0.80
ReadAnyTypeInfoMethod · 0.80
ReadTypeInfoMethod · 0.80
ReadDataMethod · 0.80

Calls 2

SetMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected