MCPcopy 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

BlitGrpFrameMethod · 0.95
BlitGraphicMethod · 0.95
clearMethod · 0.95
blitStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected