23 , _backingQueue(
std::move(backingQueue) )
24 , _workerType( workerType )
27 , _localMountPoint( mnt )
80 if ( !zypp::indeterminate (
check) )
84 const auto &intersects = [](
const std::vector<zypp::Url> &l1,
const std::vector<zypp::Url> &l2 ){
85 bool intersect =
false;
86 for (
const auto &u: l1 ) {
87 intersect = ( std::find( l2.begin (), l2.end(), u ) != l2.end() );
94 return intersects( mirrorsA, mirrorsB );
IMPL_PTR_TYPE(AttachedSyncMediaInfo)
bool check(const std::string &sequenceinfo_r, bool quick_r)
Check via sequence info.
Easy-to use interface to the ZYPP dependency resolver.