pub fn plan_extraction(
lang: Lang,
source: &[u8],
start_line: usize,
end_line: usize,
new_name: &str,
) -> Result<ExtractionPlan, ExtractionRefusal>Expand description
Derive an extraction for the statements covered by start_line..=end_line
(zero-based, inclusive).