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

Method detailContent

plugin/py_gitcafe.py:100–101  ·  view source on GitHub ↗
(self,array)

Source from the content-addressed store, hash-verified

98 return result
99 category = ['hydm','hyds','hydy','omdm','omds','omdy','rhdm','rhds','rhdy','qtds','qtdy','qtsp','jlp','zyp']
100 def detailContent(self,array):
101 return self.ali.detailContent(array)
102 def searchContent(self,key,quick):
103 result = {}
104 url = self.baseUrl+'/tool/alipaper/'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected