Skip to main content

create_ir_node_tree

Function create_ir_node_tree 

Source
pub fn create_ir_node_tree(
    tree: &mut InstanceTree,
    node: &IRNode,
    parent_id: Option<NodeId>,
    state: &Value,
    patches: &mut Vec<Patch>,
    is_root: bool,
    dependencies: &mut DependencyGraph,
) -> NodeId
Expand description

Create a tree from an IRNode (supports ForEach, When/If, and regular elements)