MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ItemToToken

Method ItemToToken

source/script_object.cpp:1900–1906  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1898}
1899
1900bool Array::ItemToToken(index_t aIndex, ExprTokenType &aToken)
1901{
1902 if (aIndex >= mLength)
1903 return false;
1904 mItem[aIndex].ToToken(aToken);
1905 return true;
1906}
1907
1908ObjectMember Array::sMembers[] =
1909{

Callers 2

ControlAddItemsMethod · 0.80
InvokeMethod · 0.80

Calls 1

ToTokenMethod · 0.45

Tested by

no test coverage detected