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

Function p4_sync

git-p4.py:541–542  ·  view source on GitHub ↗
(f, *options)

Source from the content-addressed store, hash-verified

539
540
541def p4_sync(f, *options):
542 p4_system(["sync"] + list(options) + [wildcard_encode(f)])
543
544
545def p4_add(f):

Callers 2

applyCommitMethod · 0.85
runMethod · 0.85

Calls 3

p4_systemFunction · 0.85
wildcard_encodeFunction · 0.85
listFunction · 0.50

Tested by

no test coverage detected