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

Method Length

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

Source from the content-addressed store, hash-verified

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

Callers 1

HasOwnPropsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected