MCPcopy 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

handleReRequestFailedFunction · 0.45
operator()Method · 0.45
delWorkerMethod · 0.45
finishBlockMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected