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

Struct hexKvStringer

tx_check.go:287–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287type hexKvStringer struct{}
288
289func (hexKvStringer) KeyToString(key []byte) string {
290 return hex.EncodeToString(key)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected