MCPcopy Create free account
hub / github.com/PurpleI2P/i2pd / Fail

Method Fail

libi2pd/NetDbRequests.cpp:95–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 void RequestedDestination::Fail ()
96 {
97 if (m_IsActive)
98 {
99 m_IsActive = false;
100 InvokeRequestComplete (nullptr);
101 }
102 }
103
104 NetDbRequests::NetDbRequests ():
105 RunnableServiceWithWork ("NetDbReq"),

Callers 2

RequestCompleteMethod · 0.80
ManageRequestsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected