Skip to main content

preprocess

Function preprocess 

Source
fn preprocess<'a>(
    input: &'a str,
    last_result: Option<&str>,
) -> Result<(bool, Cow<'a, str>)>
Expand description

Expands the previous result, checksums addresses, and returns whether the input only contained trivia (comments, whitespace).