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

Function p4_move

git-p4.py:574–575  ·  view source on GitHub ↗
(src, dest)

Source from the content-addressed store, hash-verified

572
573
574def p4_move(src, dest):
575 p4_system(["move", "-k", wildcard_encode(src), wildcard_encode(dest)])
576
577
578def p4_last_change():

Callers 1

applyCommitMethod · 0.85

Calls 2

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85

Tested by

no test coverage detected