Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BTCGPU/BTCGPU
/ GetRefCount
Method
GetRefCount
src/net.h:774–778 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
772
}
773
774
int GetRefCount() const
775
{
776
assert(nRefCount >= 0);
777
return nRefCount;
778
}
779
780
bool ReceiveMsgBytes(const char *pch, unsigned int nBytes, bool& complete);
781
Callers
1
ThreadSocketHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected