master
/ miniconda3 / pkgs / libmamba-1.4.1-h2dafd23_1 / include / mamba / api / channel_loader.hpp

channel_loader.hpp @74036c5 raw · history · blame

#include "mamba/core/error_handling.hpp"

namespace mamba
{
    class MPool;
    class MultiPackageCache;

    expected_t<void, mamba_aggregated_error>
    load_channels(MPool& pool, MultiPackageCache& package_caches, int is_retry);
}