MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / Func

Function Func

source/script.h:1642–1646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640 ResultType Invoke(IObject_Invoke_PARAMS_DECL);
1641
1642 Func(LPCTSTR aFuncName)
1643 : mName(aFuncName) // Caller gave us a pointer to dynamic memory for this.
1644 {
1645 SetBase(sPrototype);
1646 }
1647};
1648
1649

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected