MCPcopy Create free account
hub / github.com/SeaQL/FireDBG.for.Rust / Addr

Class Addr

protocol/src/value.rs:150–150  ·  view source on GitHub ↗

Memory Address. Assumed to be 8 bytes.

Source from the content-addressed store, hash-verified

148#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
149/// Memory Address. Assumed to be 8 bytes.
150pub struct Addr([u8; 8]);
151
152#[rustfmt::skip]
153#[allow(non_camel_case_types)]

Callers 4

ref_vMethod · 0.85
get_addrFunction · 0.85
from_strMethod · 0.85
test_serde_addrFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_serde_addrFunction · 0.68