Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isDir
Method
isDir
valdi_core/src/valdi_core/cpp/Utils/DiskUtils.hpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
constexpr bool isDir() const {
30
return _isDir;
31
}
32
33
constexpr bool isFile() const {
34
return _isFile;
Callers
2
isDirectory
Method · 0.80
remove
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected