pub fn insert(
project_root: &ProjectRoot,
target: &NodeRef,
position: InsertPosition,
new_source: &str,
) -> Result<MutationResult, AqlError>Expand description
Insert source text relative to a target node. Writes back to disk.
pub fn insert(
project_root: &ProjectRoot,
target: &NodeRef,
position: InsertPosition,
new_source: &str,
) -> Result<MutationResult, AqlError>Insert source text relative to a target node. Writes back to disk.