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

Method GetClients

lib/remote/endpoint.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95std::set<JsonRpcConnection::Ptr> Endpoint::GetClients() const
96{
97 std::unique_lock<std::mutex> lock(m_ClientsLock);
98 return m_Clients;
99}
100
101Zone::Ptr Endpoint::GetZone() const
102{

Callers 5

UpdateSSLContextMethod · 0.80
ApiTimerHandlerMethod · 0.80
SyncSendMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected