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

Method GetNetworkActive

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

Source from the content-addressed store, hash-verified

838
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);

Callers 5

FUZZ_TARGET_INITFunction · 0.80
getnetworkinfoFunction · 0.80
setnetworkactiveFunction · 0.80
getNetworkActiveMethod · 0.80

Calls

no outgoing calls

Tested by 1

FUZZ_TARGET_INITFunction · 0.64