QualifiedHeadRef returns a stringified form of the head ref, varying depending on whether the head ref is in the same repository as the base ref. If they are the same repository, we return the branch name only. If they are different repositories, we return the owner and branch name in the form <owne
()
| 84 | // the same repository, we return the branch name only. If they are different repositories, |
| 85 | // we return the owner and branch name in the form <owner>:<branch>. |
| 86 | QualifiedHeadRef() string |
| 87 | // UnqualifiedHeadRef returns a head ref in the form of the branch name only. |
| 88 | UnqualifiedHeadRef() string |
| 89 | //BaseRef returns the base branch name. |
no outgoing calls
no test coverage detected