MCPcopy Create free account
hub / github.com/alephdata/aleph / get_list

Method get_list

aleph/cache.py:57–58  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

55 yield key, v
56
57 def get_list(self, key):
58 return self.kv.lrange(key, 0, -1)
59
60 def delete(self, key):
61 self.kv.delete(key)

Callers 2

ancestorsMethod · 0.80
get_role_channelsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected