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

Method begin

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

Source from the content-addressed store, hash-verified

4205 };
4206
4207 inline const_iterator begin() const { return { a.begin(), a.end(), b.begin() }; }
4208
4209 inline const_iterator end() const { return { b.end() }; }
4210

Callers 15

toStringFunction · 0.45
writePageMethod · 0.45
addNewPageMethod · 0.45
write_implMethod · 0.45
readNextMethod · 0.45
peekAll_extMethod · 0.45
moveInMethod · 0.45
clear_implMethod · 0.45
getPhysicalPageIDFunction · 0.45
getReadSnapshotMethod · 0.45
toStringRefMethod · 0.45
compareMethod · 0.45

Calls 1

endMethod · 0.45

Tested by

no test coverage detected