pub fn render_extraction(
plan: &ExtractionPlan,
source: &str,
new_name: &str,
) -> (String, String)Expand description
Render an extraction: the new function and the call that replaces the range, both already indented for their positions.