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

Method delete

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

Source from the content-addressed store, hash-verified

96 return self.client.update(key, value, **kwargs)
97
98 def delete(self, key, **kwargs):
99 return self.client.delete(key, **kwargs)
100
101 def exists(self, key, **kwargs):
102 return self.client.exists(key, **kwargs)

Callers 1

deleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected