Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __get
Function
__get
include/cpp/VirtualArray.h:564–564 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
562
563
564
Dynamic __get(int inIndex) const { checkBase(); if (store==hx::arrayEmpty) return null(); return base->__GetItem(inIndex); }
565
566
#if (HXCPP_API_LEVEL>=500)
567
::hx::Callable<::cpp::VirtualArray(::cpp::VirtualArray)> concat_dyn();
Callers
nothing calls this directly
Calls
3
checkBase
Function · 0.85
null
Class · 0.50
__GetItem
Method · 0.45
Tested by
no test coverage detected