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

Method PostI2NPMsg

libi2pd/NetDb.cpp:1272–1275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1270 }
1271
1272 void NetDb::PostI2NPMsg (std::shared_ptr<const I2NPMessage> msg)
1273 {
1274 if (msg) m_Queue.Put (msg);
1275 }
1276
1277 void NetDb::PostDatabaseSearchReplyMsg (std::shared_ptr<const I2NPMessage> msg)
1278 {

Callers 1

HandleI2NPMessageFunction · 0.80

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected