Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chrxh/alien
/ convertToIdentifier
Method
convertToIdentifier
source/Gui/LastSessionBrowserData.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
std::string LastSessionBrowserData::convertToIdentifier(NetworkResourceRawTO const& rawTO) const
40
{
41
return rawTO->id +
"/"
+ rawTO->timestamp;
42
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected