Skip to main content

discover_plugin_entry_points

Function discover_plugin_entry_points 

Source
pub fn discover_plugin_entry_points(
    plugin_result: &AggregatedPluginResult,
    config: &ResolvedConfig,
    files: &[DiscoveredFile],
) -> Vec<EntryPoint>
Expand description

Discover entry points from plugin results (dynamic config parsing).

Converts plugin-discovered patterns and setup files into concrete entry points by matching them against the discovered file list.