MCPcopy Create free account
hub / github.com/ddnet/ddnet / GetItem

Method GetItem

src/engine/shared/snapshot.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20// CSnapshot
21
22const CSnapshotItem *CSnapshot::GetItem(int Index) const
23{
24 return (const CSnapshotItem *)(DataStart() + Offsets()[Index]);
25}
26
27const CSnapshot CSnapshot::ms_EmptySnapshot;
28

Callers 3

GenerateHashFunction · 0.45
CreateDeltaMethod · 0.45
UnpackDeltaMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected