pub fn discover_dynamically_loaded_entry_points(
config: &ResolvedConfig,
files: &[DiscoveredFile],
) -> Vec<EntryPoint>Expand description
Discover entry points from dynamicallyLoaded config patterns.
Matches the configured glob patterns against the discovered file list and marks matching files as entry points so they are never flagged as unused.