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

Method sync

module/PyFile.py:134–136  ·  view source on GitHub ↗

sync PyFile instance with database

(self)

Source from the content-addressed store, hash-verified

132 return statusMap[status] == self.status
133
134 def sync(self):
135 """sync PyFile instance with database"""
136 self.m.updateLink(self)
137
138 @lock
139 def release(self):

Callers 4

setStatusMethod · 0.95
releaseMethod · 0.95
setPackageNameMethod · 0.45
setPackageDataMethod · 0.45

Calls 1

updateLinkMethod · 0.45

Tested by

no test coverage detected