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

Function quit

test/common/unit_test_zephyr_rpmsg_lite_server.cpp:87–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85////////////////////////////////////////////////////////////////////////////////
86
87void quit()
88{
89 /* removing common services from the server */
90 remove_common_services_from_server(server, service_common);
91
92 /* removing individual test services from the server */
93 remove_services_from_server(server);
94
95 erpc_server_stop(server);
96}
97
98int32_t getServerAllocated()
99{

Callers

nothing calls this directly

Calls 3

erpc_server_stopFunction · 0.85

Tested by

no test coverage detected