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

Method GetType

src/script/bitcoinconsensus.cpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 int GetVersion() const { return m_version; }
50 int GetType() const { return m_type; }
51private:
52 const int m_type;
53 const int m_version;

Callers 10

SerializationOpMethod · 0.45
SerializationOpMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
SerializationOpMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
SerializeMethod · 0.45
UnserializeMethod · 0.45
SerializationOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected