WaSH Docs
sources.hpp
Go to the documentation of this file.
1 
10 #include "common.hpp"
11 
12 namespace ws2st {
13 
14  namespace files {
15 
16  namespace fs = std::filesystem;
17 
25  std::string generateAppDirectoryName(const std::string& source_dir);
26 
32  bool cleanDirectory(const fs::path& directory_path);
33 
43  std::optional<std::vector<std::string>> copyDirectoryFiles(const fs::path& source_dir,
44  const fs::path& destination_dir);
45 
53  std::vector<std::string> assembleSourceWithBackend(WashOptions& opts);
54 
55  }
56 
57 }
Options about how the Wash analysis will behave.
Definition: common.hpp:45
Definition: arguments.cpp:3