Skip to main content

collect_entry_points

Function collect_entry_points 

Source
pub fn collect_entry_points(
    config: &ResolvedConfig,
    discovered: &[DiscoveredFile],
    workspaces: &[WorkspaceInfo],
    plugin_result: Option<&AggregatedPluginResult>,
) -> Vec<EntryPoint>
Expand description

Collect root, workspace, and plugin entry points in one engine-owned pass.