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

Method add_service

erpc_python/erpc/server.py:63–65  ·  view source on GitHub ↗
(self, service)

Source from the content-addressed store, hash-verified

61 return None
62
63 def add_service(self, service):
64 assert self.get_service_with_id(service.service_id) is None
65 self._services.append(service)
66
67 def run(self):
68 raise NotImplementedError()

Callers 5

run_serverFunction · 0.80
clientFunction · 0.80
server_processFunction · 0.80
runServerFunction · 0.80
mainFunction · 0.80

Calls 1

get_service_with_idMethod · 0.95

Tested by 3

run_serverFunction · 0.64
clientFunction · 0.64
server_processFunction · 0.64