MCPcopy Create free account
hub / github.com/hashintel/hash / clone

Method clone

libs/@local/hashql/core/src/id/vec.rs:582–587  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

580{
581 #[inline]
582 fn clone(&self) -> Self {
583 Self {
584 _marker: PhantomData,
585 raw: self.raw.clone(),
586 }
587 }
588
589 #[inline]
590 fn clone_from(&mut self, source: &Self) {

Callers 15

initFunction · 0.45
updateMethod · 0.45
absolute_implMethod · 0.45
ancestorsMethod · 0.45
resolve_import_multiMethod · 0.45
fmtMethod · 0.45
new_inMethod · 0.45
with_capacity_inMethod · 0.45
dominators_implFunction · 0.45
membersMethod · 0.45
members_inMethod · 0.45
successorsMethod · 0.45

Calls

no outgoing calls

Tested by 15

find_test_casesFunction · 0.36
seed_ontologyFunction · 0.36
operationsFunction · 0.36
encode_decode_requestFunction · 0.36
encode_decode_responseFunction · 0.36
partial_decodeFunction · 0.36
find_available_typesFunction · 0.36