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

Method searchContent

plugin/py_ali.py:26–28  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

24 result = {}
25 return result
26 def searchContent(self,key,quick):
27 result = {}
28 return result
29 def isVideoFormat(self,url):
30 pass
31 def manualVideoCheck(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected