MCPcopy Create free account
hub / github.com/Amanieu/regalloc3 / clone

Method clone

src/entity/set.rs:32–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

30{
31 #[inline]
32 fn clone(&self) -> Self {
33 Self {
34 storage: self.storage.clone(),
35 marker: PhantomData,
36 }
37 }
38
39 #[inline]
40 fn clone_from(&mut self, source: &Self) {

Callers 15

make_riscv_reginfoFunction · 0.80
fmtMethod · 0.80
make_aarch64_reginfoFunction · 0.80
check_blockMethod · 0.80
extractFunction · 0.80
parse_class_defFunction · 0.80
arbitrary_with_configMethod · 0.80
gen_bankMethod · 0.80
gen_regMethod · 0.80
extractFunction · 0.80
gen_cfg_skeletonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected