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

Method is_present

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

Source from the content-addressed store, hash-verified

37 }
38
39 pub fn is_present(&self) -> bool {
40 (self.value & 1) != 0
41 }
42
43 pub fn is_large_page(&self) -> bool {
44 (self.value & 128) != 0

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected