pub fn verify_store_root(
expected: ObjectHash,
actual: ObjectHash,
) -> Result<(), StoreProtocolError>Expand description
Reject an object that names a different Store root than the one it was read under.
pub fn verify_store_root(
expected: ObjectHash,
actual: ObjectHash,
) -> Result<(), StoreProtocolError>Reject an object that names a different Store root than the one it was read under.