pub fn find_dead_code_full(
graph: &ModuleGraph,
config: &ResolvedConfig,
resolved_modules: &[ResolvedModule],
plugin_result: Option<&AggregatedPluginResult>,
workspaces: &[WorkspaceInfo],
modules: &[ModuleInfo],
collect_usages: bool,
) -> AnalysisResults👎Deprecated since 2.76.0:
fallow_core is internal; use fallow_api::run_dead_code for typed output; serialize with fallow_api::serialize_dead_code_programmatic_json for JSON output. See docs/fallow-core-migration.md.
Expand description
Find all dead code, with optional resolved module data, plugin context, and workspace info.