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

Function rollforward

fdbserver/ConfigDatabaseUnitTests.actor.cpp:541–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

539}
540template <class Env, class... Args>
541Future<Void> rollforward(Env& env, Args&&... args) {
542 return waitOrError(env.rollforward(std::forward<Args>(args)...), env.getError());
543}
544
545ACTOR template <class Env>
546Future<Void> testRestartLocalConfig(UnitTestParameters params) {

Callers 2

serveMethod · 0.85

Calls 2

rollforwardMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected