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

Function get_length

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

Source from the content-addressed store, hash-verified

94 int __Compare(const hx::Object *inRHS) const HXCPP_OVERRIDE;
95
96 inline int get_length() const
97 {
98 return base ? base->length : 0;
99 }
100
101 inline void checkBase() const
102 {

Callers 3

__GetItemMethod · 0.85
__FieldMethod · 0.85
mapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected