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

Method seek

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

Source from the content-addressed store, hash-verified

114 SparseArray* _a = nullptr;
115 size_t _i = 0;
116 void seek(size_t d) {
117 _i = _a->seek_existance(_i + d, d);
118 }
119 public:
120 iterator() = default;
121 iterator(SparseArray* a, size_t i = 0) : _a(a), _i(i) { }

Callers

nothing calls this directly

Calls 1

seek_existanceMethod · 0.80

Tested by

no test coverage detected