MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / size

Method size

src/serialize.h:1139–1142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1137 }
1138
1139 uint64_t size() const
1140 {
1141 return m_size;
1142 }
1143};
1144
1145template<typename I>

Callers 6

SerMethod · 0.45
UnserMethod · 0.45
SerializeFunction · 0.45
writeMethod · 0.45
GetSerializeSizeFunction · 0.45
sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected