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

Method is_protected_device

implementation/configuration/src/configuration_impl.cpp:4356–4359  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4354}
4355
4356bool configuration_impl::is_protected_device(const boost::asio::ip::address& _address) const {
4357 std::scoped_lock its_lock(sd_acceptance_required_ips_mutex_);
4358 return (sd_acceptance_rules_active_.contains(_address));
4359}
4360
4361bool configuration_impl::is_protected_port(const boost::asio::ip::address& _address, std::uint16_t _port, bool _reliable) const {
4362

Callers 1

on_messageMethod · 0.80

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected