MCPcopy Index your code
hub / github.com/jhao104/proxy_pool / getAll

Method getAll

db/dbClient.py:107–108  ·  view source on GitHub ↗
(self, https)

Source from the content-addressed store, hash-verified

105 return self.client.pop(https, **kwargs)
106
107 def getAll(self, https):
108 return self.client.getAll(https)
109
110 def clear(self):
111 return self.client.clear()

Callers 4

testRedisClientFunction · 0.95
testSsdbClientFunction · 0.95
getAllFunction · 0.45
getCountFunction · 0.45

Calls

no outgoing calls

Tested by 2

testRedisClientFunction · 0.76
testSsdbClientFunction · 0.76