Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bitcoinxt/bitcoinxt
/ nodeID
Method
nodeID
src/compactthin.cpp:55–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
NodeId nodeID() const override {
56
return node ? node->id : -1;
57
}
58
59
CNode* node;
60
std::function<void(NodeId)> finalizeCallb;
Callers
6
handleReRequestFailed
Function · 0.45
operator()
Method · 0.45
delWorker
Method · 0.45
finishBlock
Method · 0.45
requestBlockAnnouncements
Method · 0.45
operator()
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected