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

Method categoryContent

plugin/py_ali.py:23–25  ·  view source on GitHub ↗
(self,tid,pg,filter,extend)

Source from the content-addressed store, hash-verified

21 result = {}
22 return result
23 def categoryContent(self,tid,pg,filter,extend):
24 result = {}
25 return result
26 def searchContent(self,key,quick):
27 result = {}
28 return result

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected