Function raftstore::store::snap::check_file_checksum[][src]

fn check_file_checksum(
    got_checksum: u32,
    expected_checksum: u32,
    path: &Path
) -> RaftStoreResult<()>