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

Method localProxy

plugin/py_3qu.py:183–191  ·  view source on GitHub ↗
(self, param)

Source from the content-addressed store, hash-verified

181 pass
182
183 def localProxy(self, param):
184 action = {
185 'url': '',
186 'header': '',
187 'param': '',
188 'type': 'string',
189 'after': ''
190 }
191 return [200, "video/MP2T", action, ""]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected