Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ clear
Method
clear
bwapi/BWAPI/Source/BW/Bitmap.cpp:360–364 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
}
359
360
void Bitmap::clear()
361
{
362
if ( this->isValid() )
363
memset(this->data, 0, this->width()*this->height());
364
}
365
}
366
367
Callers
5
aithread
Method · 0.45
~aithread
Method · 0.45
update
Method · 0.45
Revert
Function · 0.45
Pathing.cpp
File · 0.45
Calls
3
isValid
Method · 0.95
width
Method · 0.95
height
Method · 0.95
Tested by
no test coverage detected