Skip to main content

scan_content

Function scan_content 

Source
pub fn scan_content(
    content: &str,
    rel_path: &Path,
    regex: &Regex,
    config: &Config,
    today: NaiveDate,
) -> Result<Vec<Fuse>>
Expand description

Scan a string (file content) for fuses. Exposed separately for unit testing.