MCPcopy Create free account
hub / github.com/bitcoinxt/bitcoinxt / Serialize

Function Serialize

src/test/sigopcount_tests.cpp:24–29  ·  view source on GitHub ↗

Helpers:

Source from the content-addressed store, hash-verified

22
23// Helpers:
24static std::vector<unsigned char>
25Serialize(const CScript& s)
26{
27 std::vector<unsigned char> sSerialized(s);
28 return sSerialized;
29}
30
31BOOST_FIXTURE_TEST_SUITE(sigopcount_tests, BasicTestingSetup)
32

Callers 5

BOOST_AUTO_TEST_CASEFunction · 0.70
SerializeMethod · 0.70
SerializeInputMethod · 0.50
SerializeOutputMethod · 0.50
SerializeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected