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

Function consume

fdbserver/SimpleConfigConsumer.actor.cpp:172–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 Future<Void> consume(ConfigBroadcaster& broadcaster) {
173 return fetchChanges(this, &broadcaster) || compactor(this, &broadcaster);
174 }
175
176 UID getID() const { return id; }
177};

Callers 3

consumeMethod · 0.85
consumeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected