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

Method lower_bound

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

Source from the content-addressed store, hash-verified

5480 const_iterator upper_bound(const KeyRef& k) const { return mutations.upper_bound(k); }
5481
5482 const_iterator lower_bound(const KeyRef& k) const { return mutations.lower_bound(k); }
5483
5484 // erase [begin, end) from the mutation map
5485 void erase(const const_iterator& begin, const const_iterator& end) { mutations.erase(begin, end); }

Callers 5

insertMethod · 0.45
Future<Void> commit_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected