| 284 | } |
| 285 | |
| 286 | std::vector<std::string> NetworkResourceService::getFolderNames(std::string const& resourceName) |
| 287 | { |
| 288 | std::vector<std::string> result = getNameParts(resourceName); |
| 289 | result.pop_back(); |
| 290 | return result; |
| 291 | } |
| 292 | |
| 293 | std::string NetworkResourceService::removeFoldersFromName(std::string const& resourceName) |
| 294 | { |
no test coverage detected