Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eigenform/perfect
/ index_bits
Method
index_bits
perfect/src/util.rs:509–511 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
507
}
508
509
pub const fn index_bits(&self) -> usize {
510
self.addr & self.align.index_mask()
511
}
512
513
pub const fn offset_bits(&self) -> usize {
514
self.addr & self.align.offset_mask()
Callers
2
aligned
Method · 0.80
set_bits
Method · 0.80
Calls
1
index_mask
Method · 0.80
Tested by
no test coverage detected