MCPcopy 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{
33public:
34 void Serialize(CDataStream& s) const override
35 {
36 CAddrMan::Serialize(s);
37 }
38};
39
40class CAddrManCorrupted : public CAddrManSerializationMock

Callers

nothing calls this directly

Calls 1

SerializeFunction · 0.70

Tested by

no test coverage detected