Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
bool CBanDB::Write(const banmap_t& banSet)
114
{
115
return SerializeFileDB(
"banlist"
, pathBanlist, banSet);
116
}
117
118
bool CBanDB::Read(banmap_t& banSet)
119
{
Callers
15
Finalize
Method · 0.45
CHash256
Class · 0.45
Finalize
Method · 0.45
CHash160
Class · 0.45
Hash
Function · 0.45
Hash160
Function · 0.45
write
Method · 0.45
AddDataToRng
Function · 0.45
GetStrongRandBytes
Function · 0.45
multiUserAuthorized
Function · 0.45
ComputeResponse
Function · 0.45
RelayAddress
Function · 0.45
Calls
1
SerializeFileDB
Function · 0.85
Tested by
no test coverage detected