Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Reset
Method
Reset
csharp/src/Fory/RefResolver.cs:47–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public void Reset()
48
{
49
if (_nextRefId == 0)
50
{
51
return;
52
}
53
54
_refs.Clear();
55
_nextRefId = 0;
56
}
57
}
58
59
public sealed class RefReader
Callers
7
Serialize
Method · 0.45
Deserialize
Method · 0.45
DeserializeFromReader
Method · 0.45
VarUInt36SmallBoundariesAndOverflow
Method · 0.45
SpanAndPatchOperationsMutateWrittenBytes
Method · 0.45
DecimalUsesCanonicalWireFormat
Method · 0.45
DecimalRejectsNonCanonicalBigPayload
Method · 0.45
Calls
1
Clear
Method · 0.45
Tested by
4
VarUInt36SmallBoundariesAndOverflow
Method · 0.36
SpanAndPatchOperationsMutateWrittenBytes
Method · 0.36
DecimalUsesCanonicalWireFormat
Method · 0.36
DecimalRejectsNonCanonicalBigPayload
Method · 0.36