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

Function clear

fdbserver/ConfigDatabaseUnitTests.actor.cpp:515–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513}
514template <class Env, class... Args>
515Future<Void> clear(Env& env, Args&&... args) {
516 return waitOrError(env.clear(std::forward<Args>(args)...), env.getError());
517}
518template <class... Args>
519Future<Void> clear(BroadcasterToLocalConfigEnvironment& env, Args&&... args) {
520 env.clear(std::forward<Args>(args)...);

Calls 3

clearMethod · 0.65
VoidClass · 0.50
getErrorMethod · 0.45

Tested by

no test coverage detected