MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / size

Method size

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

Source from the content-addressed store, hash-verified

1209 }
1210
1211 size_t size() const { return nSize; }
1212};
1213
1214template <typename Stream, typename... Args>

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