Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ some_next_id
Method
some_next_id
src/codegen/node.rs:45–47 ·
view source on GitHub ↗
(self, next_id: Option<NodeID>)
Source
from the content-addressed store, hash-verified
43
}
44
45
pub fn some_next_id(self, next_id: Option<NodeID>) -> Self {
46
Self { next_id, ..self }
47
}
48
49
pub fn some_parent_id(self, parent_id: Option<NodeID>) -> Self {
50
Self { parent_id, ..self }
Callers
4
proc
Method · 0.80
func
Method · 0.80
event
Method · 0.80
stmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected