MCPcopy Index your code
hub / github.com/git/git / p4Cmd

Function p4Cmd

git-p4.py:940–945  ·  view source on GitHub ↗
(cmd, *k, **kw)

Source from the content-addressed store, hash-verified

938
939
940def p4Cmd(cmd, *k, **kw):
941 list = p4CmdList(cmd, *k, **kw)
942 result = {}
943 for entry in list:
944 result.update(entry)
945 return result
946
947
948def p4Where(depotPath):

Callers 3

importP4LabelsMethod · 0.85
getBranchMappingMethod · 0.85
importNewBranchMethod · 0.85

Calls 2

p4CmdListFunction · 0.85
updateMethod · 0.80

Tested by

no test coverage detected