Skip to main content

resolve_patch_ops

Function resolve_patch_ops 

Source
pub fn resolve_patch_ops(
    file: &File,
    source: &str,
) -> Result<Vec<PatchOp>, PatchTextError>
Expand description

Resolves textual patch ops against the current file into ordinary PatchOps.