MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / clone

Method clone

crates/hyperqueue/src/common/serialization.rs:50–55  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48
49impl<T, C> Clone for Serialized<T, C> {
50 fn clone(&self) -> Self {
51 Self {
52 data: self.data.clone(),
53 _phantom: PhantomData,
54 }
55 }
56}
57
58impl<T: Serialize + DeserializeOwned, C: SerializationConfig> Serialized<T, C> {

Callers 15

output_job_task_infoFunction · 0.45
start_serverFunction · 0.45
parse_refMethod · 0.45
gather_configurationFunction · 0.45
deploy_ssh_workersFunction · 0.45
get_arg_valueFunction · 0.45
resource_requestMethod · 0.45
handle_directivesFunction · 0.45
send_submit_requestFunction · 0.45
get_ids_and_entriesFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_store_loadFunction · 0.36