MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / Count

Method Count

src/base/AFQueue.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 int Count()
92 {
93 return mList.size();
94 }
95
96private:
97 std::list<T> mList;

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected