Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ hSample
Struct
hSample
storage/buffer.go:206–209 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
type
hSample
struct
{
207
st, t int64
208
h *histogram.Histogram
209
}
210
211
func
(s hSample) T() int64 {
212
return
s.t
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected