Skip to main content

build_dead_code_graph

Function build_dead_code_graph 

Source
pub fn build_dead_code_graph(
    prelude: &DeadCodeBackendPrelude<'_>,
    resolved: &[ResolvedModule],
    entry_points: &DeadCodeEntryPoints,
    modules: &[ModuleInfo],
) -> DeadCodeGraphRun
Expand description

Build the module graph for an engine-owned dead-code pipeline.