Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.45
list_index
Function · 0.45
size_align
Method · 0.45
alloc
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected