Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ TestHandler
Function
TestHandler
prometheus/registry_test.go:746–748 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
744
}
745
746
func
TestHandler(t *testing.T) {
747
testHandler(t)
748
}
749
750
func
BenchmarkHandler(b *testing.B) {
751
for
i := 0; i < b.N; i++ {
Callers
nothing calls this directly
Calls
1
testHandler
Function · 0.85
Tested by
no test coverage detected