MCPcopy Create free account
hub / github.com/LUX-Core/lux / AddInventoryKnown

Method AddInventoryKnown

src/net.h:482–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480
481
482 void AddInventoryKnown(const CInv& inv)
483 {
484 {
485 LOCK(cs_inventory);
486 setInventoryKnown.insert(inv);
487 }
488 }
489
490 void PushInventory(const CInv& inv)
491 {

Callers 2

ProcessInstantXFunction · 0.80
ProcessMessageFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected