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

Function check

fdbserver/ConfigDatabaseUnitTests.actor.cpp:524–526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523template <class Env, class... Args>
524Future<Void> check(Env& env, Args&&... args) {
525 return waitOrError(env.check(std::forward<Args>(args)...), env.getError());
526}
527template <class... Args>
528Future<Void> check(LocalConfigEnvironment& env, Args&&... args) {
529 env.check(std::forward<Args>(args)...);

Calls 3

VoidClass · 0.50
checkMethod · 0.45
getErrorMethod · 0.45

Tested by

no test coverage detected