MCPcopy Create free account
hub / github.com/coleifer/huey / delete_counter

Method delete_counter

huey/storage.py:679–680  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

677 return res
678
679 def delete_counter(self, key):
680 self.conn.delete(self.counter_key(key))
681
682 def _result_keys(self):
683 return self.conn.scan_iter(match=self.result_prefix + b'*')

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.80
counter_keyMethod · 0.80

Tested by

no test coverage detected