Skip to main content

parse_fixer_output

Function parse_fixer_output 

Source
pub fn parse_fixer_output(text: &str) -> FixerOutput
Expand description

Parse structured fixer output from the fixer’s text response.

Returns a default (empty) FixerOutput if parsing fails. We don’t want a fixer parse failure to block the pipeline, and this preserves backward compatibility with fixers that produce prose-only output.