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

Method upper_bound

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

Source from the content-addressed store, hash-verified

5478 }
5479
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

Callers 6

getPhysicalPageIDFunction · 0.45
verifyMethod · 0.45
removeAfterVersionMethod · 0.45
Future<Void> commit_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected