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

Function DumpData

src/net.cpp:1370–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1368}
1369
1370void DumpData()
1371{
1372 DumpAddresses();
1373
1374 if (CNode::BannedSetIsDirty())
1375// {
1376 DumpBanlist();
1377// CNode::SetBannedSetDirty(false);
1378// }
1379}
1380
1381void static ProcessOneShot()
1382{

Callers 1

StopNodeFunction · 0.85

Calls 2

DumpAddressesFunction · 0.85
DumpBanlistFunction · 0.85

Tested by

no test coverage detected