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

Method Write

src/addrdb.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113bool CBanDB::Write(const banmap_t& banSet)
114{
115 return SerializeFileDB("banlist", pathBanlist, banSet);
116}
117
118bool CBanDB::Read(banmap_t& banSet)
119{

Callers 15

FinalizeMethod · 0.45
CHash256Class · 0.45
FinalizeMethod · 0.45
CHash160Class · 0.45
HashFunction · 0.45
Hash160Function · 0.45
writeMethod · 0.45
AddDataToRngFunction · 0.45
GetStrongRandBytesFunction · 0.45
multiUserAuthorizedFunction · 0.45
ComputeResponseFunction · 0.45
RelayAddressFunction · 0.45

Calls 1

SerializeFileDBFunction · 0.85

Tested by

no test coverage detected