MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / delete

Method delete

plugins/Chart/ChartPlugin.py:26–28  ·  view source on GitHub ↗
(self, address, *args, **kwargs)

Source from the content-addressed store, hash-verified

24 return back
25
26 def delete(self, address, *args, **kwargs):
27 db.deleteSite(address)
28 return super(SiteManagerPlugin, self).delete(address, *args, **kwargs)
29
30@PluginManager.registerTo("UiWebsocket")
31class UiWebsocketPlugin(object):

Callers 7

checkOptionalLimitMethod · 0.45
testVerifyFilesMethod · 0.45
actionFileDeleteMethod · 0.45
testSparseFileMethod · 0.45
testFileRenameMethod · 0.45

Calls 1

deleteSiteMethod · 0.45

Tested by 4

testVerifyFilesMethod · 0.36
testSparseFileMethod · 0.36
testFileRenameMethod · 0.36