Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ Serialize
Method
Serialize
src/test/net_tests.cpp:34–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
{
33
public:
34
void Serialize(CDataStream& s) const override
35
{
36
CAddrMan::Serialize(s);
37
}
38
};
39
40
class CAddrManCorrupted : public CAddrManSerializationMock
Callers
nothing calls this directly
Calls
1
Serialize
Function · 0.70
Tested by
no test coverage detected