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

Method get

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

Source from the content-addressed store, hash-verified

96 }
97 }
98 const T* get(size_t i) const noexcept { return _get(i); }
99 T* get(size_t i) noexcept { return (T*)_get(i); }
100 void erase(size_t i) {
101 assert(i < _capacity);

Callers 5

iteratorClass · 0.45
operator->Method · 0.45
extractMethod · 0.45
_findMethod · 0.45
_bucket_itMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected