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

Method getFolderNames

source/Network/NetworkResourceService.cpp:286–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286std::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
293std::string NetworkResourceService::removeFoldersFromName(std::string const& resourceName)
294{

Callers 2

initInternMethod · 0.80
onCollapseFoldersMethod · 0.80

Calls 4

getNamePartsFunction · 0.85
toIntFunction · 0.85
sizeMethod · 0.80
beginMethod · 0.80

Tested by

no test coverage detected