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

Method GetType

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

Source from the content-addressed store, hash-verified

125 CHashWriter(int nTypeIn, int nVersionIn) : nType(nTypeIn), nVersion(nVersionIn) {}
126
127 int GetType() const { return nType; }
128 int GetVersion() const { return nVersion; }
129
130 void write(const char *pch, size_t size) {

Callers 3

SerializationOpMethod · 0.45
CHashVerifierMethod · 0.45
SerializationOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected