Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isDirectory
Method
isDirectory
valdi_core/src/valdi_core/cpp/Utils/DiskUtils.cpp:117–119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool DiskUtils::isDirectory(const Path& path) {
118
return stat(path).isDir();
119
}
120
121
Result<BytesView> DiskUtils::load(const Path& path) {
122
return load(path, 0, std::nullopt);
Callers
12
resolveCodeLaunchArgs
Function · 0.45
resolveCodeLaunchArgs
Function · 0.45
loadLibsFromLocalPath
Method · 0.45
traverseDirectories
Function · 0.45
isDirectory
Function · 0.45
removeFileOrDirAtPath
Function · 0.45
copyDirSync
Function · 0.45
install
Function · 0.45
listInstalled
Function · 0.45
discoverSharedLibPath
Function · 0.45
findBazelWorkspaceSymlinks
Function · 0.45
walkDir
Function · 0.45
Calls
2
isDir
Method · 0.80
stat
Class · 0.70
Tested by
no test coverage detected