Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ Clear
Method
Clear
csharp/src/Fory/FlatMap.cs:137–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
135
}
136
137
internal void Clear()
138
{
139
if (_count == 0)
140
{
141
return;
142
}
143
144
ClearEntries(_entries, _tableCapacity);
145
_count = 0;
146
}
147
148
internal void ClearKeys()
149
{
Callers
7
Reset
Method · 0.45
Dispose
Method · 0.45
DeserializeFromReader
Method · 0.45
Reset
Method · 0.45
Reset
Method · 0.45
Reset
Method · 0.45
CaseCollectionElementRefOverride
Method · 0.45
Calls
no outgoing calls
Tested by
1
CaseCollectionElementRefOverride
Method · 0.36