MCPcopy
hub / github.com/jhao104/proxy_pool / pop

Method pop

db/dbClient.py:104–105  ·  view source on GitHub ↗
(self, https, **kwargs)

Source from the content-addressed store, hash-verified

102 return self.client.exists(key, **kwargs)
103
104 def pop(self, https, **kwargs):
105 return self.client.pop(https, **kwargs)
106
107 def getAll(self, https):
108 return self.client.getAll(https)

Callers 2

testRedisClientFunction · 0.95
popFunction · 0.45

Calls

no outgoing calls

Tested by 1

testRedisClientFunction · 0.76