Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ CacheKeyHash
Class
CacheKeyHash
cranelift/codegen/src/incremental_cache.rs:112–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
/// compiled or not.
111
#[derive(Clone, Hash, PartialEq, Eq)]
112
pub struct CacheKeyHash([u8; 32]);
113
114
impl core::fmt::Display for CacheKeyHash {
115
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
Callers
1
compute_cache_key
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected