Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ancestors
Method · 0.80
get_role_channels
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected