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