MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / GetLocalServices

Method GetLocalServices

src/net.cpp:4035–4038  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4033}
4034
4035ServiceFlags CConnman::GetLocalServices() const
4036{
4037 return m_local_services;
4038}
4039
4040static std::unique_ptr<Transport> MakeTransport(NodeId id, bool use_v2transport, bool inbound) noexcept
4041{

Callers 4

connman.cppFile · 0.80
addnodeFunction · 0.80
addconnectionFunction · 0.80
getnetworkinfoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected