MCPcopy 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
532hx::IndexRef Dynamic::operator[](int inIndex)
533{
534 return hx::IndexRef(mPtr,inIndex);
535}
536
537
538void Dynamic::ThrowBadFunctionError()

Callers

nothing calls this directly

Calls 1

IndexRefClass · 0.50

Tested by

no test coverage detected