(other *GitResourceGitRef)
| 322 | } |
| 323 | |
| 324 | func (gr *GitResourceGitRef) Equals(other *GitResourceGitRef) bool { |
| 325 | return gr.ActionName == other.ActionName && gr.GitResourceName == other.GitResourceName |
| 326 | } |
no outgoing calls
no test coverage detected