MCPcopy Create free account
hub / github.com/Icinga/icinga2 / GetConnected

Method GetConnected

lib/remote/endpoint.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106bool Endpoint::GetConnected() const
107{
108 std::unique_lock<std::mutex> lock(m_ClientsLock);
109 return !m_Clients.empty();
110}
111
112Endpoint::Ptr Endpoint::GetLocalEndpoint()
113{

Callers 15

UpdateObjectAuthorityMethod · 0.80
GetMasterMethod · 0.80
ApiTimerHandlerMethod · 0.80
RelayMessageOneMethod · 0.80
GetStatusMethod · 0.80
CalculateZoneLagMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80
StatsFuncMethod · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected