Skip to main content

find_dead_code_v2

Function find_dead_code_v2 

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