Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
private:
97
std::list<T> mList;
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected