Skip to main content

diff_nodes

Function diff_nodes 

Source
pub fn diff_nodes(
    old: &SlopNode,
    new: &SlopNode,
    base_path: &str,
) -> Vec<PatchOp>
Expand description

Recursively diff two trees and return patch operations.