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

Method String

ring/partition_ring_desc.pb.go:359–365  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

357}
358
359func (x PartitionState) String() string {
360 s, ok := PartitionState_name[int32(x)]
361 if ok {
362 return s
363 }
364 return strconv.Itoa(int(x))
365}
366func (x OwnerState) String() string {
367 s, ok := OwnerState_name[int32(x)]
368 if ok {

Callers 1

CleanNameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected