MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / size

Method size

common/unordered_inline_set.h:108–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106 }
107 bool empty() const noexcept { return size() == 0; }
108 size_t size() const noexcept { return _size; }
109 size_t capacity() const noexcept { return _capacity; }
110 ~SparseArray() { reset(0); }
111

Callers 10

extractMethod · 0.45
sizeMethod · 0.45
_make_roomMethod · 0.45
_findMethod · 0.45
_rehashMethod · 0.45
_check_down_rehashMethod · 0.45
load_factorMethod · 0.45
rehashMethod · 0.45
operator ==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected