Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RangeNetworks/openbts
/ pagingEntryListSize
Method
pagingEntryListSize
Control/RadioResource.cpp:385–390 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
384
385
size_t Pager::pagingEntryListSize()
386
{
387
NewPagingList_t pages;
388
gMMLayer.mmGetPages(pages,false);
389
return pages.size();
390
}
391
392
void Pager::start()
393
{
Callers
1
printStats
Function · 0.80
Calls
2
mmGetPages
Method · 0.80
size
Method · 0.45
Tested by
no test coverage detected