Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ IsSession
Method
IsSession
libi2pd_client/SAM.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
bool SAMSocket::IsSession(std::string_view id) const
174
{
175
return id == m_ID;
176
}
177
178
void SAMSocket::HandleHandshakeReplySent (const boost::system::error_code& ecode, std::size_t bytes_transferred)
179
{
Callers
1
ListSockets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected