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

Function ExistsFile

src/colmap/util/file.cc:126–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126bool ExistsFile(const std::filesystem::path& path) {
127 return std::filesystem::is_regular_file(path);
128}
129
130bool ExistsDir(const std::filesystem::path& path) {
131 return std::filesystem::is_directory(path);

Callers 15

ReadMethod · 0.85
ReadTextMethod · 0.85
ReadBinaryMethod · 0.85
RunMethod · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
UndistortMethod · 0.85
ReadMethod · 0.85
TESTFunction · 0.85
NextMethod · 0.85
RunDenseMapperMethod · 0.85

Calls

no outgoing calls

Tested by 7

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68