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