Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ is_empty
Method
is_empty
join/LSH/datasketch/lshensemble.py:252–254 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
250
251
# index是否为空
252
def
is_empty(self):
253
return
all(all(index[r].is_empty()
for
r in index)
254
for
index in self.indexes)
255
256
257
if
__name__ ==
"__main__"
:
Callers
1
index_old
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected