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

Method getStatus

fdbserver/ConfigBroadcaster.actor.cpp:540–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540JsonBuilderObject ConfigBroadcaster::getStatus() const {
541 return impl->getStatus();
542}
543
544void ConfigBroadcaster::compact(Version compactionVersion) {
545 impl->compact(compactionVersion);

Callers 5

Future<Void> doBackupFunction · 0.45
Future<Void> statusLoopFunction · 0.45
Future<Void> doBackupFunction · 0.45
statusLoopFunction · 0.45
Future<Void> doBackupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected