aboutsummaryrefslogtreecommitdiff
path: root/bpkg/manifest-utility.ixx
blob: d62374747ab52df14a18d736bae0881b12201d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : bpkg/manifest-utility.ixx -*- C++ -*-
// license   : MIT; see accompanying LICENSE file

namespace bpkg
{
  // NOTE: the implementation relies on the fact that only pkg and dir
  // repositories are currently supported.
  //
  inline bool
  masked_repository_fragment (const repository_location& rl)
  {
    return masked_repository (rl);
  }
}