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

Method resyncLog

fdbserver/KeyValueStoreMemory.actor.cpp:281–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 }
280
281 void resyncLog() override {
282 ASSERT(recovering.isReady());
283 resetSnapshot = true;
284 log_op(OpSnapshotAbort, StringRef(), StringRef());
285 }
286
287 void enableSnapshot() override { disableSnapshot = false; }
288

Callers 1

applyMetadataEffectFunction · 0.45

Calls 3

log_opFunction · 0.85
StringRefClass · 0.50
isReadyMethod · 0.45

Tested by

no test coverage detected