Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyload/pyload
/ get
Method
get
module/plugins/hooks/ExtractArchive.py:63–64 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
61
self.storage = storage
62
63
def
get(self):
64
return
self.plugin.db.retrieve(self.storage, default=[])
65
66
def
set(self, value):
67
return
self.plugin.db.store(self.storage, value)
Callers
15
add
Method · 0.95
remove
Method · 0.95
handle_free
Method · 0.45
api_response
Method · 0.45
decrypt_file
Method · 0.45
checksum_failed
Method · 0.45
check_exists
Method · 0.45
process
Method · 0.45
quality_fallback
Function · 0.45
process
Method · 0.45
get_file_url
Method · 0.45
handle_premium
Method · 0.45
Calls
1
retrieve
Method · 0.45
Tested by
no test coverage detected