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

Method Data

source/script_object.h:800–800  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

798
799public:
800 void *Data() { return mData; }
801 size_t Size() { return mSize; }
802 ResultType Resize(size_t aNewSize);
803

Callers 2

BIV_DECL_WFunction · 0.80
GetBufferObjectPtrFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected