MCPcopy Create free account
hub / github.com/ezyang/ghstack / branch_orig

Function branch_orig

src/ghstack/submit.py:155–156  ·  view source on GitHub ↗
(username: str, ghnum: GhNumber)

Source from the content-addressed store, hash-verified

153
154
155def branch_orig(username: str, ghnum: GhNumber) -> GitCommitHash:
156 return branch(username, ghnum, "orig")
157
158
159def branch_next(username: str, ghnum: GhNumber) -> GitCommitHash:

Callers 3

all_branchesFunction · 0.85
elaborate_diffMethod · 0.85

Calls 1

branchFunction · 0.85

Tested by

no test coverage detected