Preparing search index...
    • Finds a provider by its unique identifier string

      Used by ImageRepair to retrieve the provider from a recipe's sourceProvider field without needing a URL.

      Parameters

      • providerId: string

        The provider's unique ID (e.g., 'quitoque')

      Returns undefined | BaseRecipeProvider

      The matching provider instance, or undefined if not found