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

Method status

join/LSH/datasketch/storage.py:1005–1008  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1003 return self._redis.hvals(self._name)
1004
1005 def status(self):
1006 status = self._parse_config(self.config['redis'])
1007 status.update(Storage.status(self))
1008 return status
1009
1010 def get(self, key):
1011 return self._get_items(self._redis, self.redis_key(key))

Callers

nothing calls this directly

Calls 3

_parse_configMethod · 0.45
updateMethod · 0.45
statusMethod · 0.45

Tested by

no test coverage detected