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

Function ReadFromStream

src/addrdb.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179void ReadFromStream(AddrMan& addr, CDataStream& ssPeers)
180{
181 DeserializeDB(ssPeers, addr, false);
182}
183
184std::optional<bilingual_str> LoadAddrman(const std::vector<bool>& asmap, const ArgsManager& args, std::unique_ptr<AddrMan>& addrman)
185{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.85
FUZZ_TARGETFunction · 0.85
FUZZ_TARGET_INITFunction · 0.85
FUZZ_TARGETFunction · 0.85

Calls 1

DeserializeDBFunction · 0.85

Tested by 4

BOOST_AUTO_TEST_CASEFunction · 0.68
FUZZ_TARGETFunction · 0.68
FUZZ_TARGET_INITFunction · 0.68
FUZZ_TARGETFunction · 0.68