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

Method updateCache

module/PluginThread.py:606–607  ·  view source on GitHub ↗
(self, plugin, result)

Source from the content-addressed store, hash-verified

604 self.cache = []
605
606 def updateCache(self, plugin, result):
607 self.cache.extend(result)
608
609 def fetchForPlugin(self, pluginname, plugin, urls, cb, err=None):
610 try:

Callers 1

runMethod · 0.95

Calls 1

extendMethod · 0.80

Tested by

no test coverage detected