Skip to main content

import_collection

Function import_collection 

Source
pub fn import_collection(
    tar_path: &Path,
) -> Result<CollectionPreview, ImportError>
Expand description

Top-level entry point. Reads + validates the tarball, scans every plugins/modules/*.py to enumerate the collection’s surface, then runs the CLI detector against each module’s matching action plugin (if any).