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

Method PostDatabaseSearchReplyMsg

libi2pd/NetDb.cpp:1277–1281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1275 }
1276
1277 void NetDb::PostDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg)
1278 {
1279 if (msg && m_Requests)
1280 m_Requests->PostDatabaseSearchReplyMsg (msg);
1281 }
1282
1283 std::shared_ptr<const RouterInfo> NetDb::GetClosestFloodfill (const IdentHash& destination,
1284 const std::unordered_set<IdentHash>& excluded, bool nextDay) const

Callers 1

HandleI2NPMessageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected