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

Method searchContent

tutorial/py_model.py:29–31  ·  view source on GitHub ↗
(self,key,quick)

Source from the content-addressed store, hash-verified

27 result = {}
28 return result
29 def searchContent(self,key,quick):
30 result = {}
31 return result
32 def playerContent(self,flag,id,vipFlags):
33 result = {}
34 return result

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected