MCPcopy Create free account
hub / github.com/complexlogic/rsgain / join_path

Function join_path

src/easymode.cpp:623–626  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623inline bool join_path([[maybe_unused]] const std::filesystem::path &p)
624{
625 return true;
626}
627
628template<typename... Args>
629inline bool join_path(std::filesystem::path &path, const std::filesystem::path &first, const Args&... args)

Callers 1

join_pathsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected