Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
126
bool ExistsFile(const std::filesystem::path& path) {
127
return std::filesystem::is_regular_file(path);
128
}
129
130
bool ExistsDir(const std::filesystem::path& path) {
131
return std::filesystem::is_directory(path);
Callers
15
Read
Method · 0.85
ReadText
Method · 0.85
ReadBinary
Method · 0.85
FeatureExtractorController
Method · 0.85
Run
Method · 0.85
TEST
Function · 0.85
TEST
Function · 0.85
Undistort
Method · 0.85
Read
Method · 0.85
TEST
Function · 0.85
Next
Method · 0.85
RunDenseMapper
Method · 0.85
Calls
no outgoing calls
Tested by
7
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68
TEST
Function · 0.68