(shared: &Arc<SharedState>)
| 81 | } |
| 82 | |
| 83 | fn op_log_count(shared: &Arc<SharedState>) -> u64 { |
| 84 | use nodedb_array::sync::op_log::OpLog; |
| 85 | shared.array_sync_op_log.len().unwrap_or(0) |
| 86 | } |
| 87 | |
| 88 | // ── test: basic 3-node replication ─────────────────────────────────────────── |
| 89 |
no test coverage detected