Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ProcessInstantX
Function · 0.80
ProcessMessage
Function · 0.80
Calls
1
insert
Method · 0.45
Tested by
no test coverage detected