Skip to main content

detect_copyrights

Function detect_copyrights 

Source
pub fn detect_copyrights(
    content: &str,
    max_runtime: Option<Duration>,
) -> (Vec<CopyrightDetection>, Vec<HolderDetection>, Vec<AuthorDetection>)