MCPcopy Create free account
hub / github.com/ElementsProject/elements / SetVersion

Method SetVersion

src/net.h:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 CNetMessage(CDataStream&& recv_in) : m_recv(std::move(recv_in)) {}
303
304 void SetVersion(int nVersionIn)
305 {
306 m_recv.SetVersion(nVersionIn);
307 }
308};
309
310/** The TransportDeserializer takes care of holding and deserializing the

Callers 10

ProcessMessagesMethod · 0.45
SetVersionMethod · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45

Calls

no outgoing calls

Tested by 8

BOOST_AUTO_TEST_CASEFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGETFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36
FUZZ_TARGETFunction · 0.36
FUZZ_TARGET_INITFunction · 0.36