Skip to main content

reconcile_node

Function reconcile_node 

Source
pub fn reconcile_node(
    tree: &mut InstanceTree,
    node_id: NodeId,
    element: &Element,
    state: &Value,
    patches: &mut Vec<Patch>,
    dependencies: &mut DependencyGraph,
)
Expand description

Reconcile a single node with a new element