MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isFolder

Method isFolder

Source/Basic/Content.cpp:1390–1392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1388}
1389
1390bool Content::isFolder(String path) {
1391 return Content::isPathFolder(Content::getFullPath(path));
1392}
1393
1394std::optional<Content::FileAttr> Content::getAttr(String filename) {
1395 if (filename.empty()) {

Callers 3

initMethod · 0.45
isPathFolderMethod · 0.45
content_isdirFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected