Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ InvalidateFinalizedVersion
Method
InvalidateFinalizedVersion
csharp/src/Fory/TypeResolver.cs:353–358 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
351
}
352
353
private void InvalidateFinalizedVersion()
354
{
355
_finalized = false;
356
_versionHash = 0;
357
_validatedTypeMetaByType.ClearKeys();
358
}
359
360
private void EnsureFinalizedVersion()
361
{
Callers
nothing calls this directly
Calls
1
ClearKeys
Method · 0.80
Tested by
no test coverage detected