Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ Clear
Method
Clear
libi2pd/KadDHT.cpp:51–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
void DHTTable::Clear ()
52
{
53
m_Size = 0;
54
delete m_Root;
55
m_Root = new DHTNode;
56
}
57
58
void DHTTable::Insert (const std::shared_ptr<RouterInfo>& r)
59
{
Callers
2
Stop
Method · 0.80
Load
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected