MCPcopy Create free account
hub / github.com/colmap/colmap / ExistsPath

Function ExistsPath

src/colmap/util/file.cc:134–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool ExistsPath(const std::filesystem::path& path) {
135 return std::filesystem::exists(path);
136}
137
138void CreateDirIfNotExists(const std::filesystem::path& path, bool recursive) {
139 if (ExistsDir(path)) {

Callers 1

TEST_PFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.68