MCPcopy
hub / github.com/MikeChongCan/scylla / post

Method post

scylla/proxy/server.py:60–61  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

58
59 @web.asynchronous
60 def post(self, *args, **kwargs):
61 self.get_proxy_and_forward()
62
63 @web.asynchronous
64 def connect(self):

Callers

nothing calls this directly

Calls 1

get_proxy_and_forwardMethod · 0.95

Tested by

no test coverage detected