Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
118
bool CBanDB::Read(banmap_t& banSet)
119
{
120
return DeserializeFileDB(pathBanlist, banSet);
121
}
122
123
CAddrDB::CAddrDB()
124
{
Callers
5
GetCoin
Method · 0.45
GetBestBlock
Method · 0.45
GetHeadBlocks
Method · 0.45
AppInitMain
Function · 0.45
Start
Method · 0.45
Calls
3
DeserializeFileDB
Function · 0.85
DeserializeDB
Function · 0.85
Clear
Method · 0.45
Tested by
no test coverage detected