Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ToObject
Method
ToObject
source/script.h:1439–1439 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1437
// Caller beware: does not check for NULL.
1438
Func *ToFunc() const;
1439
IObject *ToObject() const { return mObject; }
1440
1441
// Currently only used by ListLines, listing active timers.
1442
LPCTSTR Name() const;
Callers
1
IObjectRef
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected