Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ keys
Method
keys
join/LSH/datasketch/storage.py:211–212 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
209
self._dict = defaultdict(list)
210
211
def
keys(self):
212
return
self._dict.keys()
213
214
def
get(self, key):
215
return
self._dict.get(key, [])
Callers
nothing calls this directly
Calls
1
keys
Method · 0.45
Tested by
no test coverage detected