MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / remove_common_services_from_server

Function remove_common_services_from_server

test/common/unit_test_server.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void remove_common_services_from_server(erpc_server_t server, erpc_service_t service)
128{
129 erpc_remove_service_from_server(server, service);
130 destroy_Common_service(service);
131}
132
133////////////////////////////////////////////////////////////////////////////////
134// Common service implementations here

Callers 1

quitFunction · 0.70

Calls 1

Tested by

no test coverage detected