Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ ReserveRefId
Method
ReserveRefId
csharp/src/Fory/RefResolver.cs:40–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
}
39
40
public uint ReserveRefId()
41
{
42
uint id = _nextRefId;
43
_nextRefId += 1;
44
return id;
45
}
46
47
public void Reset()
48
{
Callers
5
ReadInlineTypedValue
Method · 0.45
ReadResolvedValue
Method · 0.45
Read
Method · 0.45
Read
Method · 0.45
ReadPayload
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected