Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
bool Endpoint::GetConnected() const
107
{
108
std::unique_lock<std::mutex> lock(m_ClientsLock);
109
return !m_Clients.empty();
110
}
111
112
Endpoint::Ptr Endpoint::GetLocalEndpoint()
113
{
Callers
15
UpdateObjectAuthority
Method · 0.80
GetMaster
Method · 0.80
NewClientHandlerInternal
Method · 0.80
ApiTimerHandler
Method · 0.80
ApiReconnectTimerHandler
Method · 0.80
RelayMessageOne
Method · 0.80
GetStatus
Method · 0.80
CalculateZoneLag
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
StatsFunc
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected