Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_server
Function · 0.80
client
Function · 0.80
server_process
Function · 0.80
runServer
Function · 0.80
main
Function · 0.80
Calls
1
get_service_with_id
Method · 0.95
Tested by
3
run_server
Function · 0.64
client
Function · 0.64
server_process
Function · 0.64