MCPcopy 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

isDirectoryMethod · 0.80
removeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected