Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ constMetric
Struct
constMetric
prometheus/value.go:171–174 · prometheus/value.go::constMetric
Source
from the content-addressed store, hash-verified
169
}
170
171
type
constMetric
struct
{
172
desc *Desc
173
metric *dto.Metric
174
}
175
176
func
(m *constMetric) Desc() *Desc {
177
return
m.desc
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected