MCPcopy Create free account
hub / github.com/bwapi/bwapi / fill

Method fill

bwapi/Util/Source/Util/MemoryFrame.cpp:24–27  ·  view source on GitHub ↗

----------------------- FILL ---------------------------------------

Source from the content-addressed store, hash-verified

22 }
23 //----------------------- FILL ---------------------------------------
24 void MemoryFrame::fill(unsigned char value)
25 {
26 ::memset(this->frameBase, value, this->frameSize);
27 }
28 //----------------------- SUB FRAME BY SIZE --------------------------
29 MemoryFrame MemoryFrame::getSubFrame(int from, int size)
30 {

Callers 3

~GameImplMethod · 0.80
initializeDataMethod · 0.80
clearAllMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected