MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / AddRef

Method AddRef

src/p2p/node.h:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 CNode* AddRef() {
316 nRefCount++;
317 return this;
318 }
319
320 void Release() { nRefCount--; }
321

Callers 3

ConnectNodeFunction · 0.80
ThreadSocketHandlerFunction · 0.80
ThreadMessageHandlerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected