pub fn derive_state(
latest: Option<&CheckRecord>,
current_hash: &str,
) -> CheckStateExpand description
Derive the state from the newest record (if any) and the entity’s
current content_hash.
pub fn derive_state(
latest: Option<&CheckRecord>,
current_hash: &str,
) -> CheckStateDerive the state from the newest record (if any) and the entity’s
current content_hash.