Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ fSample
Struct
fSample
storage/buffer.go:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
type
fSample
struct
{
174
st, t int64
175
f float64
176
}
177
178
func
(s fSample) T() int64 {
179
return
s.t
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected