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

Method GetSerializedSize

src/script/script.cpp:381–384  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381uint32_t CScriptWitness::GetSerializedSize() const
382{
383 return ::GetSerializeSize(stack, 0);
384}
385
386bool CScript::HasValidOps() const
387{

Callers 1

CheckProofGenericFunction · 0.45

Calls 1

GetSerializeSizeFunction · 0.85

Tested by

no test coverage detected