MCPcopy Create free account
hub / github.com/UndCover/PyramidStore / localProxy

Method localProxy

plugin/py_cyys.py:234–242  ·  view source on GitHub ↗
(self, param)

Source from the content-addressed store, hash-verified

232 pass
233
234 def localProxy(self, param):
235 action = {
236 'url': '',
237 'header': '',
238 'param': '',
239 'type': 'string',
240 'after': ''
241 }
242 return [200, "video/MP2T", action, ""]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected