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

Method getvch

src/test/scriptnum10.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 }
121
122 std::vector<unsigned char> getvch() const
123 {
124 return serialize(m_value);
125 }
126
127 static std::vector<unsigned char> serialize(const int64_t& value)
128 {

Callers 5

verifyFunction · 0.45
CheckCreateVchFunction · 0.45
RunCreateFunction · 0.45
FUZZ_TARGET_INITFunction · 0.45
FUZZ_TARGETFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected