MCPcopy Create free account
hub / github.com/apple/foundationdb / end

Method end

fdbserver/VersionedBTree.actor.cpp:4209–4209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4207 inline const_iterator begin() const { return { a.begin(), a.end(), b.begin() }; }
4208
4209 inline const_iterator end() const { return { b.end() }; }
4210
4211 template <typename StringT>
4212 int compare(const StringT& rhs) const {

Callers 15

toStringFunction · 0.45
moveOutMethod · 0.45
moveToBackMethod · 0.45
getIfExistsMethod · 0.45
prioritizeEvictionMethod · 0.45
clear_implMethod · 0.45
detachRemappedPageFunction · 0.45
freePageFunction · 0.45
getPhysicalPageIDFunction · 0.45
removeRemapEntryFunction · 0.45
getReadSnapshotMethod · 0.45
beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected