MCPcopy 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_fileMethod · 0.45
handle_new_eventsMethod · 0.45
deserializeFunction · 0.45
build_taskMethod · 0.45
loadMethod · 0.45

Calls

no outgoing calls

Tested by 1

build_taskMethod · 0.36