| 291 | } |
| 292 | |
| 293 | std::string NetworkResourceService::removeFoldersFromName(std::string const& resourceName) |
| 294 | { |
| 295 | std::vector<std::string> parts = getNameParts(resourceName); |
| 296 | return parts.back(); |
| 297 | } |
| 298 | |
| 299 | std::set<std::vector<std::string>> NetworkResourceService::getFolderNames(std::vector<NetworkResourceRawTO> const& rawTOs, int minNesting) |
| 300 | { |
nothing calls this directly
no test coverage detected