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

Method set_file_offset

src/main.rs:128–133  ·  view source on GitHub ↗
(
        &mut self,
        off: u64
    )

Source from the content-addressed store, hash-verified

126
127impl MemoryRange {
128 pub fn set_file_offset(
129 &mut self,
130 off: u64
131 ) {
132 self.out_file_off = off;
133 }
134}
135
136pub fn display_u64(u: &u64) -> String {

Callers 1

associate_mem_rangesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected