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

Function val_array_size

src/hx/CFFI.cpp:448–452  ·  view source on GitHub ↗

Array access - generic

Source from the content-addressed store, hash-verified

446
447// Array access - generic
448int val_array_size(hx::Object * arg1)
449{
450 if (arg1==0) return 0;
451 return arg1->__length();
452}
453
454
455hx::Object * val_array_i(hx::Object * arg1,int arg2)

Callers

nothing calls this directly

Calls 1

__lengthMethod · 0.45

Tested by

no test coverage detected