feat: dump fetched b50

This commit is contained in:
mokurin000
2025-08-02 22:02:52 +08:00
parent c85c2101b7
commit 3e1a0185fa
3 changed files with 16 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ use bincode::{BorrowDecode, Encode, borrow_decode_from_slice};
use crate::{EARLY_QUIT, cache};
#[allow(unused)]
pub fn read_cache_keys(
definition: TableDefinition<'_, u32, Vec<u8>>,
) -> Result<Vec<u32>, Box<dyn snafu::Error>> {