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

Function to_string

implementation/endpoints/src/local_socket.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8namespace vsomeip_v3 {
9char const* to_string(socket_role_e _role) {
10 switch (_role) {
11 case socket_role_e::CLIENT:
12 return "client";
13 case socket_role_e::SERVER:
14 return "server";
15 }
16 return "unknown";
17}
18}

Calls

no outgoing calls

Tested by

no test coverage detected