MCPcopy
hub / github.com/grafana/dskit / Equal

Method Equal

flagext/secret.go:42–44  ·  flagext/secret.go::Secret.Equal

Equal implements go-cmp equality.

(other Secret)

Source from the content-addressed store, hash-verified

40
41// Equal implements go-cmp equality.
42func (v Secret) Equal(other Secret) bool {
43 return v.value == other.value
44}

Calls

no outgoing calls