Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Amanieu/regalloc3
/ next_key
Method
next_key
src/entity/primary_map.rs:138–140 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
136
#[inline]
137
#[must_use]
138
pub fn next_key(&self) -> K {
139
K::new(self.elems.len())
140
}
141
142
/// Append `v` to the mapping, assigning a new key which is returned.
143
#[inline]
Callers
13
value_def
Method · 0.80
parse_reg_def
Function · 0.80
parse_reg_group_def
Function · 0.80
parse_class_def
Function · 0.80
parse_bank_def
Function · 0.80
gen_bank
Method · 0.80
gen_subclass
Method · 0.80
parse_value_declaration
Function · 0.80
parse_block_label
Function · 0.80
parse_instruction
Function · 0.80
finalize
Method · 0.80
push
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected