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

Method detailContent

plugin/py_yiso.py:34–35  ·  view source on GitHub ↗
(self,array)

Source from the content-addressed store, hash-verified

32 "Referer": "https://yiso.fun/"
33 }
34 def detailContent(self,array):
35 return self.ali.detailContent(array)
36
37 def searchContent(self,key,quick):
38 url = "https://yiso.fun/api/search?name={0}&from=ali".format(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected