MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetUseAddrmanOutgoing

Method GetUseAddrmanOutgoing

src/net.h:841–841  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

839 void Interrupt();
840 bool GetNetworkActive() const { return fNetworkActive; };
841 bool GetUseAddrmanOutgoing() const { return m_use_addrman_outgoing; };
842 void SetNetworkActive(bool active);
843 void OpenNetworkConnection(const CAddress& addrConnect, bool fCountFailure, CSemaphoreGrant* grantOutbound, const char* strDest, ConnectionType conn_type);
844 bool CheckIncomingNonce(uint64_t nonce);

Callers 2

FUZZ_TARGET_INITFunction · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64