MCPcopy 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{
787private:
788 static void *getVTable()
789 {
790 BufferObject sBuffer(0, 0);
791 return *(void **)&sBuffer;
792 }
793
794protected:
795 void *mData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected