Skip to main content

assert_blob_cache

Function assert_blob_cache 

Source
pub fn assert_blob_cache<T>(
    client: &mut SyncularClient<DieselSqliteStore, T>,
    count: i64,
    total_bytes: i64,
)
where T: SyncTransport,