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

Function TokenToArray

source/script_gui.cpp:156–159  ·  view source on GitHub ↗

Helper function used to convert a token to an Array object.

Source from the content-addressed store, hash-verified

154
155// Helper function used to convert a token to an Array object.
156static Array* TokenToArray(ExprTokenType &token)
157{
158 return dynamic_cast<Array *>(TokenToObject(token));
159}
160
161
162// Enumerator for GuiType objects.

Callers 2

AddControlMethod · 0.85
InvokeMethod · 0.85

Calls 1

TokenToObjectFunction · 0.85

Tested by

no test coverage detected