Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getPhysicalPageID
Function · 0.45
verify
Method · 0.45
removeAfterVersion
Method · 0.45
Future<Void> commit_impl
Function · 0.45
Future<Void> verifyRangeBTreeCursor
Function · 0.45
VersionedBTree.actor.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected