MCPcopy 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

DefineMethodMethod · 0.80
DefinePropMethod · 0.80
InitCopyMethod · 0.80
DefineClassMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected