Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ SetMethod
Method
SetMethod
source/script_object.h:226–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
void SetGetter(IObject *aFunc) { SetEtter(mGet, aFunc); }
225
void SetSetter(IObject *aFunc) { SetEtter(mSet, aFunc); }
226
void SetMethod(IObject *aFunc) { SetEtter(mCall, aFunc); }
227
};
228
229
Callers
4
DefineMethod
Method · 0.80
DefineProp
Method · 0.80
InitCopy
Method · 0.80
DefineClass
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected