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

Method Capacity

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

Source from the content-addressed store, hash-verified

536
537 index_t Length() { return mLength; }
538 index_t Capacity() { return mCapacity; }
539
540 ResultType SetLength(index_t aNewLength);
541

Callers 1

ExpandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected