Skip to main content

analyze

Function analyze 

Source
pub fn analyze(raw: &str) -> Option<Analysis>
Expand description

Parse raw into an Analysis. Returns None if the line can’t be parsed (caller falls back to the tokenizer pass + the cautious default).