MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getCount

Method getCount

Source/Basic/Object.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120uint32_t Object::getCount() {
121 auto& info = SharedObjectBase;
122 return info.maxIdCount - s_cast<uint32_t>(info.availableIds.size());
123}
124
125uint32_t Object::getMaxCount() {
126 return SharedObjectBase.maxIdCount;

Callers 3

scheduleMethod · 0.45
unscheduleMethod · 0.45
updateMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected