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

Method AddRef

src/net.h:445–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

443 }
444
445 CNode* AddRef()
446 {
447 nRefCount++;
448 return this;
449 }
450
451 void Release()
452 {

Callers 5

ConnectNodeFunction · 0.80
AcceptConnectionFunction · 0.80
ThreadSocketHandlerFunction · 0.80
ThreadMessageHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected