MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / clone

Method clone

cranelift/bforest/src/node.rs:49–51  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

47impl<F: Forest> Copy for NodeData<F> {}
48impl<F: Forest> Clone for NodeData<F> {
49 fn clone(&self) -> Self {
50 *self
51 }
52}
53
54impl<F: Forest> NodeData<F> {

Callers 15

add_matchMethod · 0.45
is_isa_compatibleFunction · 0.45
compile_testfileFunction · 0.45
run_targetMethod · 0.45
dump_eh_frameFunction · 0.45
runMethod · 0.45
run_testFunction · 0.45
add_functionsMethod · 0.45
declare_functionMethod · 0.45
apply_func_renameMethod · 0.45
make_trampolineFunction · 0.45

Calls

no outgoing calls

Tested by 15

is_isa_compatibleFunction · 0.36
compile_testfileFunction · 0.36
run_targetMethod · 0.36
dump_eh_frameFunction · 0.36
runMethod · 0.36
run_testFunction · 0.36
nopFunction · 0.36
runMethod · 0.36
inlineMethod · 0.36
basic_data_contextFunction · 0.36
address_roundtripFunction · 0.36