Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ _get_items
Method
_get_items
join/LSH/datasketch/storage.py:1081–1082 ·
view source on GitHub ↗
(r, k)
Source
from the content-addressed store, hash-verified
1079
1080
@staticmethod
1081
def
_get_items(r, k):
1082
return
r.smembers(k)
1083
1084
def
remove_val(self, key, val):
1085
redis_key = self.redis_key(key)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected