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

Method convertToIdentifiers

source/Gui/LastSessionBrowserData.cpp:30–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30std::unordered_set<std::string> LastSessionBrowserData::convertToIdentifiers(std::unordered_set<NetworkResourceRawTO> const& rawTOs) const
31{
32 std::unordered_set<std::string> result;
33 for (auto const& rawTO : rawTOs) {
34 result.insert(convertToIdentifier(rawTO));
35 }
36 return result;
37}
38
39std::string LastSessionBrowserData::convertToIdentifier(NetworkResourceRawTO const& rawTO) const
40{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected