MCPcopy
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
746func TestHandler(t *testing.T) {
747 testHandler(t)
748}
749
750func BenchmarkHandler(b *testing.B) {
751 for i := 0; i < b.N; i++ {

Callers

nothing calls this directly

Calls 1

testHandlerFunction · 0.85

Tested by

no test coverage detected