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