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

Function getByteCount

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

Source from the content-addressed store, hash-verified

332 // Used by cpp.ArrayBase
333 inline int getElementSize() const { return base ? base->GetElementSize() : 0; }
334 inline int getByteCount() const { return base ? base->getByteCount() : 0; }
335 inline char * getBase() const { return base ? base->GetBase() : 0; }
336 hx::Val __SetField(const String &inString,const hx::Val &inValue ,hx::PropertyAccess inCallProp) HXCPP_OVERRIDE { return null(); }
337

Callers

nothing calls this directly

Calls 1

getByteCountMethod · 0.80

Tested by

no test coverage detected