MCPcopy Create free account
hub / github.com/SerenityOS/jakt / size

Method size

runtime/Builtins/DynamicArray.h:253–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252 bool is_empty() const { return m_storage->is_empty(); }
253 size_t size() const { return m_storage->size(); }
254 size_t capacity() const { return m_storage->capacity(); }
255
256 void push(T value)

Callers 1

resizeMethod · 0.95

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected