Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ new_id
Method
new_id
src/codegen/node_id_factory.rs:17–21 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
15
}
16
17
pub fn new_id(&mut self) -> NodeID {
18
let value = self.value;
19
self.value += 1;
20
NodeID::new(value)
21
}
22
}
23
24
impl Iterator for NodeIDFactory {
Callers
15
repeat
Method · 0.80
forever
Method · 0.80
branch
Method · 0.80
until
Method · 0.80
set_var
Method · 0.80
change_var
Method · 0.80
add_to_list
Method · 0.80
delete_list_index
Method · 0.80
list_insert
Method · 0.80
block
Method · 0.80
proc_call_impl
Method · 0.80
proc
Method · 0.80
Calls
1
new
Function · 0.85
Tested by
no test coverage detected