MCPcopy Create free account
hub / github.com/d0iasm/saba / new_variable_declaration

Method new_variable_declaration

core/src/renderer/js/ast.rs:144–146  ·  view source on GitHub ↗
(declarations: Vec<Option<Rc<Self>>>)

Source from the content-addressed store, hash-verified

142 }
143
144 pub fn new_variable_declaration(declarations: Vec<Option<Rc<Self>>>) -> Option<Rc<Self>> {
145 Some(Rc::new(Node::VariableDeclaration { declarations }))
146 }
147
148 pub fn new_member_expression(
149 object: Option<Rc<Self>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected