Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
47
impl<F: Forest> Copy for NodeData<F> {}
48
impl<F: Forest> Clone for NodeData<F> {
49
fn clone(&self) -> Self {
50
*self
51
}
52
}
53
54
impl<F: Forest> NodeData<F> {
Callers
15
add_match
Method · 0.45
is_isa_compatible
Function · 0.45
compile_testfile
Function · 0.45
run_target
Method · 0.45
dump_eh_frame
Function · 0.45
run
Method · 0.45
run_test
Function · 0.45
add_functions
Method · 0.45
declare_function
Method · 0.45
apply_func_rename
Method · 0.45
create_trampoline_for_function
Method · 0.45
make_trampoline
Function · 0.45
Calls
no outgoing calls
Tested by
15
is_isa_compatible
Function · 0.36
compile_testfile
Function · 0.36
run_target
Method · 0.36
dump_eh_frame
Function · 0.36
run
Method · 0.36
run_test
Function · 0.36
nop
Function · 0.36
run
Method · 0.36
inline
Method · 0.36
basic_data_context
Function · 0.36
needs_stack_map_and_loops_and_partially_live_values
Function · 0.36
address_roundtrip
Function · 0.36