Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/client_golang
/ Header
Method
Header
prometheus/promhttp/delegator_test.go:28–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
}
27
28
func
(rw *responseWriter) Header() http.Header {
29
return
nil
30
}
31
32
func
(rw *responseWriter) Write(p []byte) (int, error) {
33
return
0, nil
Callers
4
HandlerForTransactional
Function · 0.45
httpError
Function · 0.45
TestInstrumentMetricHandler
Function · 0.45
TestInstrumentMetricHandlerWithCompression
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected