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

Function getStoreType

include/Array.h:921–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919 Dynamic keyValueIteratorFast() { return new hx::ArrayKeyValueIterator<ELEM_,TO>(this); }
920
921 hx::ArrayStore getStoreType() const HXCPP_OVERRIDE
922 {
923 return (hx::ArrayStore) hx::ArrayTraits<ELEM_>::StoreType;
924 }
925
926 inline ELEM_ &setCtx(hx::StackContext *_hx_ctx, int inIdx, ELEM_ inValue)
927 {

Callers 3

__FieldMethod · 0.85
IsByteArrayFunction · 0.85
__FieldMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected