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

Method has_key

join/LSH/datasketch/storage.py:237–238  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

235 return {k: len(v) for k, v in self._dict.items()}
236
237 def has_key(self, key):
238 return key in self._dict
239
240
241class DictSetStorage(UnorderedStorage, DictListStorage):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected