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

Function __length

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

Source from the content-addressed store, hash-verified

347
348 inline size_t size() const { checkBase(); return store==hx::arrayEmpty ? 0 : base->length; }
349 inline int __length() const HXCPP_OVERRIDE { checkBase(); return store==hx::arrayEmpty ? 0 : (int)base->length; }
350
351 String ItemString(int inI) { checkBase(); return store==hx::arrayEmpty ? null() : base->ItemString(inI); }
352

Callers

nothing calls this directly

Calls 1

checkBaseFunction · 0.85

Tested by

no test coverage detected