MCPcopy Create free account
hub / github.com/git/git / p4_delete

Function p4_delete

git-p4.py:553–554  ·  view source on GitHub ↗
(f)

Source from the content-addressed store, hash-verified

551
552
553def p4_delete(f):
554 p4_system(["delete", wildcard_encode(f)])
555
556
557def p4_edit(f, *options):

Callers 1

applyCommitMethod · 0.85

Calls 2

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85

Tested by

no test coverage detected