()
| 459 | use super::*; |
| 460 | |
| 461 | fn test_key() -> WalEncryptionKey { |
| 462 | WalEncryptionKey::from_bytes(&[0x42u8; 32]).unwrap() |
| 463 | } |
| 464 | |
| 465 | fn test_header(lsn: u64) -> [u8; HEADER_SIZE] { |
| 466 | let mut h = [0u8; HEADER_SIZE]; |
no outgoing calls
no test coverage detected