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

Class Address

cranelift/interpreter/src/address.rs:98–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97#[derive(Debug, Clone, PartialEq)]
98pub struct Address {
99 pub size: AddressSize,
100 pub region: AddressRegion,
101 pub entry: u64,
102 pub offset: u64,
103}
104
105impl Address {
106 pub fn from_parts(

Callers 3

clone_die_attributesFunction · 0.50
generate_simulated_dwarfFunction · 0.50
buildMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected