pub fn plan_split_edge_by_inserting_node(
graph: &Graph,
edge_id: EdgeId,
new_edge_id: EdgeId,
inserted: InsertNodeSpec,
) -> ConnectPlanExpand description
Plans splitting an existing edge by inserting a node (preserving the edge identity for the first segment).