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

Method is_available

implementation/routing/src/routing_manager_client.cpp:2532–2535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532bool routing_manager_client::is_available(service_t _service, instance_t _instance, major_version_t _major) const {
2533 std::scoped_lock its_lock(consumer_mutex_);
2534 return available_services_.is_available(_service, _instance, _major);
2535}
2536
2537void routing_manager_client::collect_pending_subscriptions(service_t _service, instance_t _instance, major_version_t _major,
2538 std::vector<subscription_data_t>& _collected_subscriptions,

Callers 2

is_locally_availableMethod · 0.45
subscribeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected