Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/COVESA/vsomeip
/ is_closed
Method
is_closed
implementation/endpoints/src/server_endpoint_impl.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
58
template<typename Protocol>
59
bool server_endpoint_impl<Protocol>::is_closed() const {
60
return false;
61
}
62
63
template<typename Protocol>
64
bool server_endpoint_impl<Protocol>::is_established() const {
Callers
1
add_routing_info
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected