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

Function quit

test/common/unit_test_server.cpp:137–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135////////////////////////////////////////////////////////////////////////////////
136
137void quit()
138{
139 /* removing common services from the server */
140 remove_common_services_from_server(server, service_common);
141
142 /* removing individual test services from the server */
143 remove_services_from_server(server);
144
145 erpc_server_stop(server);
146}
147
148int32_t getServerAllocated()
149{

Callers 4

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70

Calls 3

erpc_server_stopFunction · 0.85

Tested by

no test coverage detected