Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ GetItemData
Method
GetItemData
src/engine/shared/snapshot.cpp:767–770 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
765
}
766
767
int *CSnapshotBuilder::GetItemData(int Index)
768
{
769
return GetItem(Index)->Data();
770
}
771
772
std::optional<int> CSnapshotBuilder::FindItemIndexByKey(int Key)
773
{
Callers
1
UnpackDelta
Method · 0.80
Calls
1
Data
Method · 0.45
Tested by
no test coverage detected