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

Function GetIndex

src/engine/shared/uuid_manager.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110static int GetIndex(int Id)
111{
112 return Id - OFFSET_UUID;
113}
114
115static int GetId(int Index)
116{

Callers 5

IntersectNoLaserMethod · 0.85
RenderSwitchEntitiesMethod · 0.85
RegisterNameMethod · 0.85
GetUuidMethod · 0.85
GetNameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected