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

Method _begin

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

Source from the content-addressed store, hash-verified

196 return _capacity;
197 }
198 iterator _begin() noexcept {
199 return {this, seek_existance(0, 1)};
200 }
201};
202
203

Callers 1

beginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected