MCPcopy Create free account
hub / github.com/aspizu/goboscript / parent_id

Method parent_id

src/codegen/node.rs:30–35  ·  view source on GitHub ↗
(self, parent_id: NodeID)

Source from the content-addressed store, hash-verified

28 }
29
30 pub fn parent_id(self, parent_id: NodeID) -> Self {
31 Self {
32 parent_id: Some(parent_id),
33 ..self
34 }
35 }
36
37 pub fn top_level(self, top_level: bool) -> Self {
38 Self { top_level, ..self }

Callers 10

blockMethod · 0.80
procMethod · 0.80
funcMethod · 0.80
arg_implMethod · 0.80
reprMethod · 0.80
un_opMethod · 0.80
bin_opMethod · 0.80
list_indexMethod · 0.80
list_containsMethod · 0.80
list_lengthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected