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

Method getmany

join/LSH/datasketch/storage.py:139–140  ·  view source on GitHub ↗
(self, *keys)

Source from the content-addressed store, hash-verified

137 pass
138
139 def getmany(self, *keys):
140 return [self.get(key) for key in keys]
141
142 @abstractmethod
143 def insert(self, key, *vals, **kwargs):

Callers 1

add_to_select_bufferMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected