Skip to main content

find_dead_code

Function find_dead_code 

Source
pub fn find_dead_code(
    project: &ProjectRoot,
    max_results: usize,
    cache: &GraphCache,
) -> Result<Vec<DeadCodeEntry>>