MCPcopy
hub / github.com/pyload/pyload / updateDB

Method updateDB

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

Source from the content-addressed store, hash-verified

579
580
581 def updateDB(self, plugin, result):
582 self.m.core.files.updateFileInfo(result, self.pid)
583
584 def updateResult(self, plugin, result, force=False):
585 #parse package name and generate result

Callers

nothing calls this directly

Calls 1

updateFileInfoMethod · 0.80

Tested by

no test coverage detected