SourceSearchResults
Magento\Inventory\Model\SourceSearchResults
What it does
This class represents a collection of search results when querying for inventory sources in Magento's Multi-Source Inventory (MSI) system.
Developers use this class as a return type from repository search methods to retrieve multiple source records with pagination and filtering capabilities.
It provides a standardized way to handle lists of inventory source entities returned from database queries.