MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / Equals

Method Equals

pkg/gitresources/gitResources.go:324–326  ·  view source on GitHub ↗
(other *GitResourceGitRef)

Source from the content-addressed store, hash-verified

322}
323
324func (gr *GitResourceGitRef) Equals(other *GitResourceGitRef) bool {
325 return gr.ActionName == other.ActionName && gr.GitResourceName == other.GitResourceName
326}

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected