MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / Length

Method Length

core/logic/LumpManager.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129size_t EntityLumpManager::Length() {
130 return m_Entities.size();
131}

Callers 5

GetVectorLengthFunction · 0.80
sm_LumpManagerGetFunction · 0.80
sm_LumpManagerEraseFunction · 0.80
sm_LumpManagerInsertFunction · 0.80
sm_LumpManagerLengthFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected