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

Method searchContent

plugin/py_yixi.py:104–108  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

102 }
103 return result
104 def searchContent(self,key,quick):
105 result = {
106 'list':[]
107 }
108 return result
109 def playerContent(self,flag,id,vipFlags):
110 result = {}
111 result["parse"] = 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected