MCPcopy Index your code
hub / github.com/pyload/pyload / retrieve

Method retrieve

module/plugins/Plugin.py:130–132  ·  view source on GitHub ↗

same as `getStorage`

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

128 return self.core.db.getStorage(self.__name__, key)
129
130 def retrieve(self, *args, **kwargs):
131 """ same as `getStorage` """
132 return self.getStorage(*args, **kwargs)
133
134 def delStorage(self, key):
135 """ Delete entry in db """

Callers 7

cFunction · 0.45
purr_static.jsFile · 0.45
package_ui.jsFile · 0.45
iFunction · 0.45

Calls 1

getStorageMethod · 0.95

Tested by

no test coverage detected