MCPcopy Index your code
hub / github.com/cortexproject/cortex / String

Struct String

pkg/ring/kv/codec/codec.go:108–108  ·  view source on GitHub ↗

String is a code for strings.

Source from the content-addressed store, hash-verified

106
107// String is a code for strings.
108type String struct{}
109
110func (String) CodecID() string {
111 return "string"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected