Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ Success
Method
Success
libi2pd/NetDbRequests.cpp:86–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
void RequestedDestination::Success (std::shared_ptr<RouterInfo> r)
87
{
88
if (m_IsActive)
89
{
90
m_IsActive = false;
91
InvokeRequestComplete (r);
92
}
93
}
94
95
void RequestedDestination::Fail ()
96
{
Callers
1
RequestComplete
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected