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

Method GetVersion

src/hash.h:128–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 int GetType() const { return nType; }
128 int GetVersion() const { return nVersion; }
129
130 void write(const char *pch, size_t size) {
131 ctx.Write((const unsigned char*)pch, size);

Callers 3

SerializationOpMethod · 0.45
CHashVerifierMethod · 0.45
SerializationOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected