Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ is_reserved_value
Method
is_reserved_value
src/allocation_unit.rs:39–41 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
37
38
#[inline]
39
fn is_reserved_value(&self) -> bool {
40
self.index == u32::MAX
41
}
42
}
43
44
impl AllocationUnit {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected