MCPcopy Create free account
hub / github.com/apache/fory / ClearKeys

Method ClearKeys

csharp/src/Fory/FlatMap.cs:148–157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 }
147
148 internal void ClearKeys()
149 {
150 if (_count == 0)
151 {
152 return;
153 }
154
155 ClearEntryKeys(_entries, _tableCapacity);
156 _count = 0;
157 }
158
159 internal void AddValuesTo(List<TValue> values)
160 {

Callers 3

DeserializeFromReaderMethod · 0.80
ResetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected