Skip to main content

apply_edit

Function apply_edit 

Source
pub fn apply_edit(
    path: impl Into<String>,
    text: &str,
    old_string: &str,
    new_string: &str,
    options: EditOptions,
) -> Result<(String, EditToolResult), EditApplyError>