MCPcopy Index your code
hub / github.com/prometheus/prometheus / testCodec

Struct testCodec

web/api/v1/api_test.go:4840–4843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4838}
4839
4840type testCodec struct {
4841 contentType MIMEType
4842 canEncode bool
4843}
4844
4845func (t *testCodec) ContentType() MIMEType {
4846 return t.contentType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected