Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ getVTable
Method
getVTable
source/script_object.h:788–792 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
{
787
private:
788
static void *getVTable()
789
{
790
BufferObject sBuffer(0, 0);
791
return *(void **)&sBuffer;
792
}
793
794
protected:
795
void *mData;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected