Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
bool ExistsPath(const std::filesystem::path& path) {
135
return std::filesystem::exists(path);
136
}
137
138
void CreateDirIfNotExists(const std::filesystem::path& path, bool recursive) {
139
if (ExistsDir(path)) {
Callers
1
TEST_P
Function · 0.85
Calls
no outgoing calls
Tested by
1
TEST_P
Function · 0.68