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

Method getRange

fdbclient/NativeAPI.actor.cpp:1408–1412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1406HealthMetricsRangeImpl::HealthMetricsRangeImpl(KeyRangeRef kr) : SpecialKeyRangeAsyncImpl(kr) {}
1407
1408Future<RangeResult> HealthMetricsRangeImpl::getRange(ReadYourWritesTransaction* ryw,
1409 KeyRangeRef kr,
1410 GetRangeLimits limitsHint) const {
1411 return healthMetricsGetRangeActor(ryw, kr);
1412}
1413
1414KeyRangeRef toRelativeRange(KeyRangeRef range, KeyRef prefix) {
1415 if (prefix.empty()) {

Callers

nothing calls this directly

Calls 2

getRangeFunction · 0.70
GetRangeLimitsClass · 0.50

Tested by

no test coverage detected