MCPcopy
hub / github.com/pyload/pyload / releaseLink

Method releaseLink

module/database/FileDatabase.py:217–220  ·  view source on GitHub ↗

removes pyfile from cache

(self, id)

Source from the content-addressed store, hash-verified

215
216 #----------------------------------------------------------------------
217 def releaseLink(self, id):
218 """removes pyfile from cache"""
219 if id in self.cache:
220 del self.cache[id]
221
222 #----------------------------------------------------------------------
223 def releasePackage(self, id):

Callers 1

releaseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected