Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ operator[]
Method
operator[]
src/Dynamic.cpp:532–535 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
}
531
532
hx::IndexRef Dynamic::operator[](int inIndex)
533
{
534
return hx::IndexRef(mPtr,inIndex);
535
}
536
537
538
void Dynamic::ThrowBadFunctionError()
Callers
nothing calls this directly
Calls
1
IndexRef
Class · 0.50
Tested by
no test coverage detected