Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ isValid
Method
isValid
bwapi/BWAPI/Source/BW/Bitmap.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
bool Bitmap::isValid() const
29
{
30
return this && this->data && this->wid > 0 && this->ht > 0;
31
}
32
33
u8 *Bitmap::getData() const
34
{
Callers
4
BlitGrpFrame
Method · 0.95
BlitGraphic
Method · 0.95
clear
Method · 0.95
blitString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected