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

Method Update

libi2pd/LeaseSet.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 void LeaseSet::Update (const uint8_t * buf, size_t len, std::shared_ptr<LocalDestination> dest, bool verifySignature)
40 {
41 SetBuffer (buf, len);
42 ReadFromBuffer (false, verifySignature);
43 }
44
45 void LeaseSet::PopulateLeases ()
46 {

Callers 6

ShowLeasesSetsFunction · 0.45
AddRouterInfoMethod · 0.45
AddLeaseSetMethod · 0.45
NewRouterInfoMethod · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected