Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ BufferObject
Method
BufferObject
source/script_object.h:797–797 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
795
void *mData;
796
size_t mSize;
797
BufferObject(void *aData = nullptr, size_t aSize = 0) : mData(aData), mSize(aSize) {}
798
799
public:
800
void *Data() { return mData; }
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected