MCPcopy Create free account
hub / github.com/chrxh/alien / convertSettingsToFolderNames

Method convertSettingsToFolderNames

source/Network/NetworkResourceService.cpp:329–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

327}
328
329std::set<std::vector<std::string>> NetworkResourceService::convertSettingsToFolderNames(std::vector<std::string> const& settings)
330{
331 std::set<std::vector<std::string>> result;
332 for (auto const& part : settings) {
333 std::vector<std::string> splittedParts = getNameParts(part);
334 result.insert(splittedParts);
335 }
336 return result;
337}

Callers 1

initInternMethod · 0.80

Calls 1

getNamePartsFunction · 0.85

Tested by

no test coverage detected