aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch-options.ixx
blob: 283f304b944dc706d9510b83df5d5b58bda412b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// -*- C++ -*-
//
// This file was generated by CLI, a command line interface
// compiler for C++.
//

// Begin prologue.
//
//
// End prologue.

namespace bpkg
{
  // rep_fetch_options
  //

  inline const bool& rep_fetch_options::
  shallow () const
  {
    return this->shallow_;
  }
}

// Begin epilogue.
//
//
// End epilogue.