MCPcopy
hub / github.com/etcd-io/bbolt / cmdKvStringer

Struct cmdKvStringer

cmd/bbolt/command/utils.go:114–114  ·  cmd/bbolt/command/utils.go::cmdKvStringer

Source from the content-addressed store, hash-verified

112}
113
114type cmdKvStringer struct{}
115
116func (cmdKvStringer) KeyToString(key []byte) string {
117 return bytesToAsciiOrHex(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected