build_inventory(
plugin_root: Path,
manifest: PluginManifest | None,
manifest_warnings: tuple[str| Name | Type | Description |
|---|---|---|
plugin_root* | Path | |
manifest* | PluginManifest | None | |
manifest_warnings | tuple[str, ...] | Default: () |
Build component inventory for a plugin.
Plugin root directory.
Parsed manifest or None.
Warnings emitted during manifest parsing.