Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ReadCollectionData
Method · 0.80
ReadData
Method · 0.80
ReadNonNullDynamicAny
Method · 0.80
ReadData
Method · 0.80
Calls
2
Remove
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected