Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ reset
Method
reset
src/codegen/node_id_factory.rs:13–15 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
11
}
12
13
pub fn reset(&mut self) {
14
self.value = 0;
15
}
16
17
pub fn new_id(&mut self) -> NodeID {
18
let value = self.value;
Callers
1
sprite
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected