Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isFile
Method
isFile
valdi_core/src/valdi_core/cpp/Utils/DiskUtils.cpp:113–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
bool DiskUtils::isFile(const Path& path) {
114
return stat(path).isFile();
115
}
116
117
bool DiskUtils::isDirectory(const Path& path) {
118
return stat(path).isDir();
Callers
6
open
Method · 0.45
resolveCodeLaunchArgs
Function · 0.45
resolveCodeLaunchArgs
Function · 0.45
getMostRecentLogFilePath
Method · 0.45
loadLibsFromLocalPath
Method · 0.45
removeFileOrDirAtPath
Function · 0.45
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected