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

Method Serialize

src/test/dbwrapper_tests.cpp:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333 template<typename Stream>
334 void Serialize(Stream& s) const
335 {
336 for (size_t i = 0; i < str.size(); i++) {
337 s << uint8_t(str[i]);
338 }
339 }
340
341 template<typename Stream>
342 void Unserialize(Stream& s)

Callers 3

BOOST_AUTO_TEST_CASEFunction · 0.45
FUZZ_TARGETFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected