Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Array
Method
Array
include/Array.h:1001–1001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
999
using super::GetPtr;
1000
1001
Array() { }
1002
Array(int inSize,int inReserve) : super( OBJ_::__new(inSize,inReserve) ) { }
1003
Array(const null &inNull) : super(0) { }
1004
Array(Ptr inPtr) : super(inPtr) { }
Callers
nothing calls this directly
Calls
6
__new
Function · 0.85
GetPtr
Method · 0.80
__unsafe_set
Method · 0.80
asObject
Method · 0.80
__length
Method · 0.45
__GetItem
Method · 0.45
Tested by
no test coverage detected