Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/prometheus/common
/ TestLabelNames
Function
TestLabelNames
model/labels_test.go:47–49 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
45
}
46
47
func
TestLabelNames(t *testing.T) {
48
testLabelNames(t)
49
}
50
51
func
BenchmarkLabelNames(b *testing.B) {
52
for
i := 0; i < b.N; i++ {
Callers
nothing calls this directly
Calls
1
testLabelNames
Function · 0.85
Tested by
no test coverage detected