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

Function GetElementSize

include/cpp/VirtualArray.h:357–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355 inline char *GetBase() { return base ? base->GetBase() : 0; }
356
357 int GetElementSize() const { checkBase(); return store==hx::arrayEmpty ? 0 : base->GetElementSize(); }
358
359 inline void reserve(int inSize) const
360 {

Callers

nothing calls this directly

Calls 1

checkBaseFunction · 0.85

Tested by

no test coverage detected