Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ IsBlockOnlyConn
Method
IsBlockOnlyConn
src/net.h:511–513 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
509
}
510
511
bool IsBlockOnlyConn() const {
512
return m_conn_type == ConnectionType::BLOCK_RELAY;
513
}
514
515
bool IsFeelerConn() const {
516
return m_conn_type == ConnectionType::FEELER;
Callers
7
FinalizeNode
Method · 0.80
EvictExtraOutboundPeers
Method · 0.80
SetupAddressRelay
Method · 0.80
GetExtraBlockRelayCount
Method · 0.80
ThreadOpenConnections
Method · 0.80
GetCurrentBlockRelayOnlyConns
Method · 0.80
BOOST_AUTO_TEST_CASE
Function · 0.80
Calls
no outgoing calls
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.64