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

Function readCommitted

fdbclient/BackupAgentBase.actor.cpp:586–593  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586Future<Void> readCommitted(Database cx,
587 PromiseStream<RCGroup> results,
588 Reference<FlowLock> lock,
589 KeyRangeRef range,
590 std::function<std::pair<uint64_t, uint32_t>(Key key)> groupBy) {
591 return readCommitted(
592 cx, results, Void(), lock, range, groupBy, Terminator::True, AccessSystemKeys::True, LockAware::True);
593}
594
595ACTOR Future<int> dumpData(Database cx,
596 PromiseStream<RCGroup> results,

Callers 5

_executeMethod · 0.85
Future<Void> _executeFunction · 0.85
Future<Void> _executeFunction · 0.85
forMethod · 0.85

Calls 1

VoidClass · 0.50

Tested by

no test coverage detected