MCPcopy 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
767int *CSnapshotBuilder::GetItemData(int Index)
768{
769 return GetItem(Index)->Data();
770}
771
772std::optional<int> CSnapshotBuilder::FindItemIndexByKey(int Key)
773{

Callers 1

UnpackDeltaMethod · 0.80

Calls 1

DataMethod · 0.45

Tested by

no test coverage detected