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

Method exists

db/dbClient.py:101–102  ·  view source on GitHub ↗
(self, key, **kwargs)

Source from the content-addressed store, hash-verified

99 return self.client.delete(key, **kwargs)
100
101 def exists(self, key, **kwargs):
102 return self.client.exists(key, **kwargs)
103
104 def pop(self, https, **kwargs):
105 return self.client.pop(https, **kwargs)

Callers 2

testRedisClientFunction · 0.95
testSsdbClientFunction · 0.95

Calls

no outgoing calls

Tested by 2

testRedisClientFunction · 0.76
testSsdbClientFunction · 0.76