Skip to main content

is_external_plugin_active

Function is_external_plugin_active 

Source
pub fn is_external_plugin_active(
    ext: &ExternalPluginDef,
    all_deps: &[String],
    root: &Path,
    discovered_files: &[PathBuf],
) -> bool
Expand description

External-plugin dry-run primitives for the CLI’s plugin-check command. Determine whether an external plugin activates against the given project.

Shared between process_external_plugins and the collision-warning helper in registry::mod so both paths agree on activation semantics.