MCPcopy Create free account
hub / github.com/adambcomer/database-engine / check_entry

Function check_entry

src/wal.rs:135–172  ·  view source on GitHub ↗
(
        reader: &mut BufReader<File>,
        key: &[u8],
        value: Option<&[u8]>,
        timestamp: u128,
        deleted: bool,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

test_write_oneFunction · 0.85
test_write_manyFunction · 0.85
test_write_deleteFunction · 0.85
test_read_wal_oneFunction · 0.85
test_read_wal_multipleFunction · 0.85

Calls

no outgoing calls

Tested by 5

test_write_oneFunction · 0.68
test_write_manyFunction · 0.68
test_write_deleteFunction · 0.68
test_read_wal_oneFunction · 0.68
test_read_wal_multipleFunction · 0.68