MCPcopy Create free account
hub / github.com/prometheus/common / Equal

Method Equal

model/value_histogram.go:176–178  ·  view source on GitHub ↗
(o *SampleHistogramPair)

Source from the content-addressed store, hash-verified

174}
175
176func (s *SampleHistogramPair) Equal(o *SampleHistogramPair) bool {
177 return s == o || (s.Histogram.Equal(o.Histogram) && s.Timestamp.Equal(o.Timestamp))
178}

Callers 1

Calls 1

EqualMethod · 0.45

Tested by 1