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

Method isInside

bwapi/Util/Source/Util/MemoryFrame.cpp:71–74  ·  view source on GitHub ↗

----------------------- IS INSIDE ----------------------------------

Source from the content-addressed store, hash-verified

69 }
70 //----------------------- IS INSIDE ----------------------------------
71 bool MemoryFrame::isInside(void *ptr) const
72 {
73 return ptr >= begin() && ptr < end();
74 }
75 //----------------------- IS EMPTY -----------------------------------
76 bool MemoryFrame::isEmpty() const
77 {

Callers 1

getFrameUptoMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected