Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AirtestProject/Poco
/ handle_request
Method
handle_request
poco/utils/simplerpc/simplerpc.py:153–155 ·
view source on GitHub ↗
(self, req)
Source
from the content-addressed store, hash-verified
151
return
req, cb
152
153
def
handle_request(self, req):
154
res = JSONRPCResponseManager.handle(req, dispatcher).data
155
return
res
156
157
def
handle_message(self, msg, conn):
158
if
isinstance(msg, six.binary_type):
Callers
1
handle_message
Method · 0.95
Calls
1
handle
Method · 0.80
Tested by
no test coverage detected