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

Method upper_bound

fdbclient/VersionedMap.cpp:56–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 result end() const { return result(s.atLatest().end()); }
55 result lower_bound(K const& k) const { return result(s.atLatest().lower_bound(k)); }
56 result upper_bound(K const& k) const { return result(s.atLatest().upper_bound(k)); }
57 void erase(K const& k) { s.erase(k); }
58};
59

Callers 2

clearMethod · 0.45

Calls 2

atLatestMethod · 0.80
resultClass · 0.70

Tested by 1

clearMethod · 0.36