Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ DHTTable
Method
DHTTable
libi2pd/KadDHT.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
DHTTable::DHTTable ():
41
m_Size (0)
42
{
43
m_Root = new DHTNode;
44
}
45
46
DHTTable::~DHTTable ()
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected