Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ NumItems
Method
NumItems
src/engine/shared/map.cpp:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
}
73
74
int CMap::NumItems() const
75
{
76
return m_DataFile.NumItems();
77
}
78
79
bool CMap::Load(const char *pFullName, IStorage *pStorage, const char *pPath, int StorageType)
80
{
Callers
15
ProcessDemoSnapshot
Method · 0.45
TranslateSnap
Method · 0.45
OnMapChange
Method · 0.45
ResaveMap
Function · 0.45
Process
Function · 0.45
TestMap
Function · 0.45
UnpackAndValidateSnapshot
Method · 0.45
SnapNumItems
Method · 0.45
main
Function · 0.45
SaveOutputMap
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestMap
Function · 0.36