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

Method is_established

implementation/endpoints/src/server_endpoint_impl.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template<typename Protocol>
64bool server_endpoint_impl<Protocol>::is_established() const {
65 return true;
66}
67
68template<typename Protocol>
69bool server_endpoint_impl<Protocol>::is_established_or_connected() const {

Callers 4

send_subscriptionMethod · 0.45
on_endpoint_connectedMethod · 0.45
create_subscriptionMethod · 0.45
add_routing_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected