MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / empty

Method empty

include/hx/QuickVec.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107
108 inline bool some_left() { return mSize; }
109 inline bool empty() const { return !mSize; }
110 inline void clear() { mSize = 0; }
111 inline int next()
112 {

Callers 6

tlmSampleExitMethod · 0.80
GCGetNextZombieMethod · 0.80
setBinaryMethod · 0.80
getMethod · 0.80
pushMethod · 0.80
popMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected