MCPcopy Create free account
hub / github.com/Bitcoin-ABC/bitcoin-abc / getLocalProof

Method getLocalProof

src/avalanche/processor.cpp:773–775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

771}
772
773ProofRef Processor::getLocalProof() const {
774 return peerData ? peerData->proof : ProofRef();
775}
776
777ProofRegistrationState Processor::getLocalProofRegistrationState() const {
778 AssertLockNotHeld(cs_peerManager);

Callers 6

AlreadyHaveProofMethod · 0.80
FindProofForGetDataMethod · 0.80
ProcessMessageMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
registerProofIfNeededFunction · 0.80
getavalancheinfoFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64