MCPcopy 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

ResetMethod · 0.45
DisposeMethod · 0.45
DeserializeFromReaderMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45
ResetMethod · 0.45

Calls

no outgoing calls

Tested by 1