MCPcopy
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

addMethod · 0.95
removeMethod · 0.95
handle_freeMethod · 0.45
api_responseMethod · 0.45
decrypt_fileMethod · 0.45
checksum_failedMethod · 0.45
check_existsMethod · 0.45
processMethod · 0.45
quality_fallbackFunction · 0.45
processMethod · 0.45
get_file_urlMethod · 0.45
handle_premiumMethod · 0.45

Calls 1

retrieveMethod · 0.45

Tested by

no test coverage detected