Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ originP4BranchesExist
Function
originP4BranchesExist
git-p4.py:1263–1264 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1261
1262
1263
def
originP4BranchesExist():
1264
return
gitBranchExists(
"origin"
) or gitBranchExists(
"origin/p4"
) or gitBranchExists(
"origin/p4/master"
)
1265
1266
1267
def
p4ParseNumericChangeRange(parts):
Callers
2
sync_origin_only
Method · 0.85
run
Method · 0.85
Calls
1
gitBranchExists
Function · 0.85
Tested by
no test coverage detected