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

Method Reset

src/test/fuzz/util.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void FuzzedSock::Reset()
40{
41 m_socket = INVALID_SOCKET;
42}
43
44ssize_t FuzzedSock::Send(const void* data, size_t len, int flags) const
45{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.45
TestSHA3_256Function · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGETFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected