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

Function ItemString

include/Array.h:667–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665 int GetElementSize() const HXCPP_OVERRIDE { return sizeof(ELEM_); }
666
667 String ItemString(int inI) HXCPP_OVERRIDE
668 {
669 String result(__get(inI));
670 if (result==null()) return HX_CSTRING("null");
671 return result;
672 }
673
674 Array_obj<ELEM_> *Add(const ELEM_ &inItem) { push(inItem); return this; }
675

Callers

nothing calls this directly

Calls 2

__getFunction · 0.70
nullClass · 0.70

Tested by

no test coverage detected