LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
parse_shims_opts.cc
Go to the documentation of this file.
2 
3 bool
4 shims::isSnippetMode(bool const m) noexcept
5 {
6  static bool const mode{m};
7  return mode;
8 }
bool isSnippetMode(bool m=false) noexcept