Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
940
def
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
948
def
p4Where(depotPath):
Callers
3
importP4Labels
Method · 0.85
getBranchMapping
Method · 0.85
importNewBranch
Method · 0.85
Calls
2
p4CmdList
Function · 0.85
update
Method · 0.80
Tested by
no test coverage detected