MCPcopy Create free account
hub / github.com/Slowerzs/PPLSystem / get_offset

Method get_offset

src/kdmp/parser.rs:100–102  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

98 }
99
100 pub fn get_offset(&self) -> u64 {
101 self.addr & PT_OFFSET_MASK
102 }
103
104 pub fn get_large_page_offset(&self) -> u64 {
105 self.addr & 0x1fffff

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected