MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / Read

Method Read

src/addrdb.cpp:118–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118bool CBanDB::Read(banmap_t& banSet)
119{
120 return DeserializeFileDB(pathBanlist, banSet);
121}
122
123CAddrDB::CAddrDB()
124{

Callers 5

GetCoinMethod · 0.45
GetBestBlockMethod · 0.45
GetHeadBlocksMethod · 0.45
AppInitMainFunction · 0.45
StartMethod · 0.45

Calls 3

DeserializeFileDBFunction · 0.85
DeserializeDBFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected