Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
4840
type
testCodec
struct
{
4841
contentType MIMEType
4842
canEncode bool
4843
}
4844
4845
func
(t *testCodec) ContentType() MIMEType {
4846
return
t.contentType
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected