Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ some_parent_id
Method
some_parent_id
src/codegen/node.rs:49–51 ·
view source on GitHub ↗
(self, parent_id: Option<NodeID>)
Source
from the content-addressed store, hash-verified
47
}
48
49
pub fn some_parent_id(self, parent_id: Option<NodeID>) -> Self {
50
Self { parent_id, ..self }
51
}
52
}
53
54
impl Display for Node {
Callers
1
stmt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected