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

Method getLogBytesWritten

fdbclient/DatabaseBackupAgent.actor.cpp:3329–3333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3327}
3328
3329Future<int64_t> DatabaseBackupAgent::getLogBytesWritten(Reference<ReadYourWritesTransaction> tr,
3330 UID logUid,
3331 Snapshot snapshot) {
3332 return DRConfig(logUid).logBytesWritten().getD(tr, snapshot);
3333}

Callers 1

Calls 3

DRConfigClass · 0.85
getDMethod · 0.45
logBytesWrittenMethod · 0.45

Tested by

no test coverage detected