Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ __get
Function
__get
include/Dynamic.h:103–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
102
hx::IndexRef operator[](int inIndex);
103
inline Dynamic __get(int inIndex) const { return mPtr->__GetItem(inIndex); }
104
105
template<typename SOURCE_>
106
Dynamic(const hx::ObjectPtr<SOURCE_> &inObjectPtr) :
Callers
nothing calls this directly
Calls
1
__GetItem
Method · 0.45
Tested by
no test coverage detected