Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SerializationOp
Method · 0.45
CHashVerifier
Method · 0.45
SerializationOp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected