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

Method isEmpty

bwapi/Util/Source/Util/MemoryFrame.cpp:76–79  ·  view source on GitHub ↗

----------------------- IS EMPTY -----------------------------------

Source from the content-addressed store, hash-verified

74 }
75 //----------------------- IS EMPTY -----------------------------------
76 bool MemoryFrame::isEmpty() const
77 {
78 return this->frameSize == 0;
79 }
80 //----------------------- IS MULTIPLE OF -----------------------------
81 bool MemoryFrame::isMultipleOf(unsigned int bytes) const
82 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected