MCPcopy Create free account
hub / github.com/MagnetForensics/dumpit-linux / display_u64

Function display_u64

src/main.rs:136–138  ·  view source on GitHub ↗
(u: &u64)

Source from the content-addressed store, hash-verified

134}
135
136pub fn display_u64(u: &u64) -> String {
137 format!("0x{:x}", u)
138}
139
140struct DumpItForLinux {
141 pub iomem_ranges: Vec<MemoryRange>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected