Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
func
(s *SampleHistogramPair) Equal(o *SampleHistogramPair) bool {
177
return
s == o || (s.Histogram.Equal(o.Histogram) && s.Timestamp.Equal(o.Timestamp))
178
}
Callers
1
TestSampleHistogramPairJSON
Function · 0.95
Calls
1
Equal
Method · 0.45
Tested by
1
TestSampleHistogramPairJSON
Function · 0.76