Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
setStatus
Method · 0.95
release
Method · 0.95
setPackageName
Method · 0.45
setPackageData
Method · 0.45
Calls
1
updateLink
Method · 0.45
Tested by
no test coverage detected