MCPcopy Create free account
hub / github.com/LUX-Core/lux / GetRefCount

Method GetRefCount

src/net.h:416–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

414 }
415
416 int GetRefCount()
417 {
418 if (nRefCount <= 0) {
419 nRefCount = 0;
420 return 0;
421 }
422 return nRefCount;
423 }
424
425 // requires LOCK(cs_vRecvMsg)
426 unsigned int GetTotalRecvSize()

Callers 1

ThreadSocketHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected