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

Function quit

test/common/unit_test_serial_server.cpp:97–102  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

95// Common service implementations here
96////////////////////////////////////////////////////////////////////////////////
97void quit()
98{
99 remove_common_service(&g_server);
100 remove_services(&g_server);
101 exit(0);
102}
103
104int32_t getServerAllocated()
105{

Callers 1

quitMethod · 0.70

Calls 2

remove_common_serviceFunction · 0.70
remove_servicesFunction · 0.50

Tested by

no test coverage detected