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

Method next

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

Source from the content-addressed store, hash-verified

489 }
490
491 pub const fn next(&self) -> Self {
492 let addr = self.addr + self.align.value();
493 let align = self.align;
494 Self { addr, align }
495 }
496
497 pub const fn prev(&self) -> Self {
498 let addr = self.addr - self.align.value();

Callers 9

runMethod · 0.80
runMethod · 0.80
parse_resultsMethod · 0.80
runMethod · 0.80
runMethod · 0.80
emitMethod · 0.80
from_kallsymsMethod · 0.80
forward_relocationMethod · 0.80
write_csvMethod · 0.80

Calls 1

valueMethod · 0.45

Tested by

no test coverage detected