Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ ToFunc
Method
ToFunc
source/script_object.cpp:2676–2679 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2674
2675
2676
Func *IObjectPtr::ToFunc() const
2677
{
2678
return dynamic_cast<Func *>(mObject);
2679
}
2680
2681
LPCTSTR IObjectPtr::Name() const
2682
{
Callers
1
BIF_DECL
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected