MCPcopy Create free account
hub / github.com/eigenform/perfect / prev

Method prev

perfect/src/util.rs:497–501  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

495 }
496
497 pub const fn prev(&self) -> Self {
498 let addr = self.addr - self.align.value();
499 let align = self.align;
500 Self { addr, align }
501 }
502
503 pub const fn aligned(&self) -> Self {
504 let addr = self.index_bits();

Callers

nothing calls this directly

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected