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

Method quit

test/python_impl_tests/conftest.py:77–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 """
76
77 def quit(self):
78 global global_server
79 if global_server:
80 global_server.stop()
81
82 def getServerAllocated(self):
83 return 0

Callers 10

test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45
test_QuitFunction · 0.45

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected