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

Method concatenateFolderName

source/Network/NetworkResourceService.cpp:311–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309}
310
311std::string NetworkResourceService::concatenateFolderName(std::vector<std::string> const& folderNames, bool withSlashAtTheEnd)
312{
313 auto result = boost::join(folderNames, FolderSeparator);
314 if (withSlashAtTheEnd) {
315 result.append(FolderSeparator);
316 }
317 return result;
318}
319
320std::vector<std::string> NetworkResourceService::convertFolderNamesToSettings(std::set<std::vector<std::string>> const& folderNames)
321{

Callers 3

processToolbarMethod · 0.80
openForFolderMethod · 0.80
processForFolderMethod · 0.80

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected