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

Function zero

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

Source from the content-addressed store, hash-verified

542 bool IsByteArray() const { checkBase(); return store!=hx::arrayEmpty && base->IsByteArray(); }
543
544 void zero(Dynamic inFirst, Dynamic inCount) { checkBase(); if (store!=hx::arrayEmpty) base->zero(inFirst,inCount); }
545
546 inline int memcmp(VirtualArray inOther)
547 {

Callers 1

__zeroFunction · 0.85

Calls 2

checkBaseFunction · 0.85
zeroMethod · 0.45

Tested by

no test coverage detected