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

Function HexKVStringer

tx_check.go:283–285  ·  view source on GitHub ↗

HexKVStringer serializes both key & value to hex representation.

()

Source from the content-addressed store, hash-verified

281
282// HexKVStringer serializes both key & value to hex representation.
283func HexKVStringer() KVStringer {
284 return hexKvStringer{}
285}
286
287type hexKvStringer struct{}
288

Callers 2

CheckMethod · 0.85
freepagesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected