Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.95
Calls
1
extend
Method · 0.80
Tested by
no test coverage detected