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

Method getRange

fdbclient/MultiVersionTransaction.actor.cpp:105–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105ThreadFuture<RangeResult> DLTransaction::getRange(const KeySelectorRef& begin,
106 const KeySelectorRef& end,
107 int limit,
108 bool snapshot,
109 bool reverse) {
110 return getRange(begin, end, GetRangeLimits(limit), snapshot, reverse);
111}
112
113ThreadFuture<RangeResult> DLTransaction::getRange(const KeySelectorRef& begin,
114 const KeySelectorRef& end,

Callers

nothing calls this directly

Calls 12

getTransactionFunction · 0.85
abortableFutureFunction · 0.85
getRangeFunction · 0.70
getKeyMethod · 0.65
getRangeMethod · 0.65
GetRangeLimitsClass · 0.50
RangeResultStruct · 0.50
RangeResultRefClass · 0.50
ArenaClass · 0.50
firstGreaterOrEqualFunction · 0.50
beginMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected