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

Method end

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

Source from the content-addressed store, hash-verified

52 result not_found() const { return result(s.atLatest().end()); }
53 result begin() const { return result(s.atLatest().begin()); }
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); }

Callers 15

printUsageFunction · 0.45
setOptionMethod · 0.45
OptionGroup<T>Method · 0.45
setOptionMethod · 0.45
printMethod · 0.45
getValidOptionsMethod · 0.45
printHelpStringMethod · 0.45
FdbOptionsMethod · 0.45
printHelpFunction · 0.45
compGeneratorFunction · 0.45

Calls 2

atLatestMethod · 0.80
resultClass · 0.70

Tested by 15

Future<Void> commitActorFunction · 0.36
setMethod · 0.36
clearMethod · 0.36
rywGetRangeFunction · 0.36
parseNetWorkAddrFromKeysFunction · 0.36
includeServersFunction · 0.36
commitMethod · 0.36