Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ConnectNode
Function · 0.80
ThreadSocketHandler
Function · 0.80
ThreadMessageHandler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected