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

Method get

join/LSH/datasketch/storage.py:814–816  ·  view source on GitHub ↗

Implement interface.

(self, key)

Source from the content-addressed store, hash-verified

812 return self._client.get_keys()
813
814 def get(self, key):
815 """Implement interface."""
816 return self._client.select([key]).get(key, [])
817
818 def getmany(self, *keys):
819 """Implement interface."""

Callers

nothing calls this directly

Calls 2

selectMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected