Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ getListCount
Method
getListCount
bwapi/BWAPI/Source/BW/Dialog.cpp:765–770 ·
view source on GitHub ↗
-------------- GET LIST COUNT -------------------
Source
from the content-addressed store, hash-verified
763
}
764
// -------------- GET LIST COUNT -------------------
765
u8 dialog::getListCount() const
766
{
767
if ( this && this->isList() )
768
return this->u.list.bStrs;
769
return 0;
770
}
771
};
Callers
1
onMenuFrame
Method · 0.80
Calls
1
isList
Method · 0.95
Tested by
no test coverage detected