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

Method size

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

Source from the content-addressed store, hash-verified

925 }
926
927 size_t size() const {
928 return nSize;
929 }
930
931 int GetVersion() const { return nVersion; }
932 int GetType() const { return nType; }

Callers 6

SerializeFunction · 0.45
UnserializeFunction · 0.45
SerializeMethod · 0.45
Serialize_implFunction · 0.45
GetSerializeSizeFunction · 0.45
GetSerializeSizeManyFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected