Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/It4innovations/hyperqueue
/ deserialize
Method
deserialize
crates/hyperqueue/src/common/serialization.rs:69–71 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
67
}
68
69
pub fn deserialize(&self) -> bincode::Result<T> {
70
C::config().deserialize(&self.data)
71
}
72
}
Callers
5
load_event_file
Method · 0.45
handle_new_events
Method · 0.45
deserialize
Function · 0.45
build_task
Method · 0.45
load
Method · 0.45
Calls
no outgoing calls
Tested by
1
build_task
Method · 0.36