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

Method IsFeelerConn

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

Source from the content-addressed store, hash-verified

513 }
514
515 bool IsFeelerConn() const {
516 return m_conn_type == ConnectionType::FEELER;
517 }
518
519 bool IsAddrFetchConn() const {
520 return m_conn_type == ConnectionType::ADDR_FETCH;

Callers 3

PushNodeVersionMethod · 0.80
ProcessMessageMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.64