Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ~Array
Method
~Array
source/script_object.cpp:1862–1866 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1860
}
1861
1862
Array::~Array()
1863
{
1864
RemoveAt(0, mLength);
1865
free(mItem);
1866
}
1867
1868
Array *Array::Create(ExprTokenType *aValue[], index_t aCount)
1869
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected