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

Method convertFolderNamesToSettings

source/Network/NetworkResourceService.cpp:320–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318}
319
320std::vector<std::string> NetworkResourceService::convertFolderNamesToSettings(std::set<std::vector<std::string>> const& folderNames)
321{
322 std::vector<std::string> parts;
323 for (auto const& folderName : folderNames) {
324 parts.emplace_back(concatenateFolderName(folderName, false));
325 }
326 return parts;
327}
328
329std::set<std::vector<std::string>> NetworkResourceService::convertSettingsToFolderNames(std::vector<std::string> const& settings)
330{

Callers 2

initInternMethod · 0.80
shutdownInternMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected