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

Method searchContent

plugin/py_huya.py:98–100  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

96 }
97 return result
98 def searchContent(self,key,quick):
99 result = {}
100 return result
101 def playerContent(self,flag,id,vipFlags):
102 result = {}
103 url = 'https://mp.huya.com/cache.php?m=Live&do=profileRoom&roomid={0}'.format(id)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected