MCPcopy
hub / github.com/grafana/dskit / String

Struct String

kv/codec/codec.go:55–55  ·  kv/codec/codec.go::String

String is a code for strings.

Source from the content-addressed store, hash-verified

53
54// String is a code for strings.
55type String struct{}
56
57func (String) CodecID() string {
58 return "string"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected