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

Method getmany

join/LSH/datasketch/storage.py:818–820  ·  view source on GitHub ↗

Implement interface.

(self, *keys)

Source from the content-addressed store, hash-verified

816 return self._client.select([key]).get(key, [])
817
818 def getmany(self, *keys):
819 """Implement interface."""
820 return self._client.select(keys).values()
821
822 def add_to_select_buffer(self, keys):
823 """Implement interface."""

Callers

nothing calls this directly

Calls 1

selectMethod · 0.80

Tested by

no test coverage detected