MCPcopy 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
59public sealed class RefReader

Calls 1

ClearMethod · 0.45