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

Method for

fdbclient/FileBackupAgent.actor.cpp:2058–2061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056 state std::vector<Future<Void>> rc;
2057
2058 for (auto& range : ranges) {
2059 rc.push_back(
2060 readCommitted(cx, results, lock, range, Terminator::False, AccessSystemKeys::True, LockAware::True));
2061 }
2062
2063 state Future<Void> sendEOS = map(errorOr(waitForAll(rc)), [=](ErrorOr<Void> const& result) {
2064 if (result.isError())

Callers

nothing calls this directly

Calls 2

readCommittedFunction · 0.85
push_backMethod · 0.45

Tested by

no test coverage detected