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

Method homeVideoContent

plugin/py_cctv.py:41–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 result['filters'] = self.config['filter']
40 return result
41 def homeVideoContent(self):
42 result = {
43 'list':[]
44 }
45 return result
46 def categoryContent(self,tid,pg,filter,extend):
47 result = {}
48 extend['id'] = tid

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected