MCPcopy
hub / github.com/RUB-NDS/PRET / delete

Method delete

postscript.py:260–262  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

258
259 # ------------------------[ delete <file> ]---------------------------
260 def delete(self, arg):
261 path = self.rpath(arg)
262 self.cmd('(' + path + ') deletefile', False)
263
264 # ------------------------[ rename <old> <new> ]----------------------
265 def do_rename(self, arg):

Callers

nothing calls this directly

Calls 2

cmdMethod · 0.95
rpathMethod · 0.80

Tested by

no test coverage detected