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