MCPcopy 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
2676Func *IObjectPtr::ToFunc() const
2677{
2678 return dynamic_cast<Func *>(mObject);
2679}
2680
2681LPCTSTR IObjectPtr::Name() const
2682{

Callers 1

BIF_DECLFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected