Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/fory
/ StoreRefAt
Method
StoreRefAt
csharp/src/Fory/RefResolver.cs:80–84 ·
view source on GitHub ↗
(uint refId, object? value)
Source
from the content-addressed store, hash-verified
78
}
79
80
public void StoreRefAt(uint refId, object? value)
81
{
82
int index = checked((int)refId);
83
_refs[index] = value;
84
}
85
86
public T GetRef<T>(uint refId)
87
{
Callers
1
StoreRef
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected