MCPcopy Create free account
hub / github.com/IntegralPilot/wasm_os / size

Method size

stdlib/cpp/vector.hpp:105–105  ·  view source on GitHub ↗

Capacity

Source from the content-addressed store, hash-verified

103
104 // Capacity
105 size_type size() const noexcept { return size_; }
106 bool empty() const noexcept { return size_ == 0; }
107 size_type capacity() const noexcept { return capacity_; }
108

Callers 4

mainFunction · 0.45
list_indexFunction · 0.45
size_alignMethod · 0.45
allocMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected