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

Method new_variable_declaration

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

Source from the content-addressed store, hash-verified

133 }
134
135 pub fn new_variable_declaration(declarations: Vec<Option<Rc<Self>>>) -> Option<Rc<Self>> {
136 Some(Rc::new(Node::VariableDeclaration { declarations }))
137 }
138
139 pub fn new_member_expression(
140 object: Option<Rc<Self>>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected