MCPcopy Create free account
hub / github.com/COVESA/vsomeip / has_client

Method has_client

implementation/service_discovery/src/subscription.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103bool subscription::has_client() const {
104 std::scoped_lock its_lock(clients_mutex_);
105 return (clients_.size() > 0);
106}
107
108bool subscription::has_client(const client_t _client) const {
109 std::scoped_lock its_lock(clients_mutex_);

Callers 1

unsubscribeMethod · 0.45

Calls 2

sizeMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected