MCPcopy 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

ThreadSocketHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected