Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ Add
Function
Add
include/Array.h:674–674 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
672
}
673
674
Array_obj<ELEM_> *Add(const ELEM_ &inItem) { push(inItem); return this; }
675
676
Array<ELEM_> init(int inIndex, ELEM_ inValue)
677
{
Callers
2
__hxcpp_dbg_addFileLineBreakpoint
Function · 0.50
__hxcpp_dbg_addClassFunctionBreakpoint
Function · 0.50
Calls
1
push
Function · 0.70
Tested by
no test coverage detected