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

Function quit

test/common/unit_test_tcp_server.cpp:110–115  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////////// Common service implementations here ///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

108// Common service implementations here
109////////////////////////////////////////////////////////////////////////////////
110void quit()
111{
112 remove_common_service(&g_server);
113 remove_services(&g_server);
114 g_server.stop();
115}
116
117int32_t getServerAllocated()
118{

Callers 1

quitMethod · 0.70

Calls 3

remove_common_serviceFunction · 0.70
remove_servicesFunction · 0.50
stopMethod · 0.45

Tested by

no test coverage detected