Searched refs:compressed_cache_bytes (Results 1 – 2 of 2) sorted by relevance
265 let compressed_cache_bytes = fs::read(&mod_cache_path).ok()?; in get_data() localVariable266 let cache_bytes = zstd::decode_all(&compressed_cache_bytes[..]) in get_data()
313 let compressed_cache_bytes = unwrap_or_warn!( in handle_on_cache_get() localVariable321 zstd::decode_all(&compressed_cache_bytes[..]), in handle_on_cache_get()