MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / empty_buffer

Method empty_buffer

join/LSH/datasketch/storage.py:857–859  ·  view source on GitHub ↗

Implement interface.

(self)

Source from the content-addressed store, hash-verified

855 return self._client.one(key) is not None
856
857 def empty_buffer(self):
858 """Implement interface."""
859 self._client.empty_buffer()
860
861
862 class CassandraSetStorage(UnorderedStorage, CassandraListStorage):

Callers

nothing calls this directly

Calls 1

empty_bufferMethod · 0.45

Tested by

no test coverage detected