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

Method has_client

implementation/routing/src/remote_subscription.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121bool remote_subscription::has_client() const {
122 std::scoped_lock its_lock(mutex_);
123 return (clients_.size() > 0);
124}
125
126bool remote_subscription::has_client(const client_t _client) const {
127 std::scoped_lock its_lock(mutex_);

Callers 1

notify_oneMethod · 0.45

Calls 2

sizeMethod · 0.45
containsMethod · 0.45

Tested by

no test coverage detected