MCPcopy Index your code
hub / github.com/dgraph-io/badger / String

Method String

iterator.go:61–63  ·  view source on GitHub ↗

String returns a string representation of Item

()

Source from the content-addressed store, hash-verified

59
60// String returns a string representation of Item
61func (item *Item) String() string {
62 return fmt.Sprintf("key=%q, version=%d, meta=%x", item.Key(), item.Version(), item.meta)
63}
64
65// Key returns the key.
66//

Callers

nothing calls this directly

Calls 2

KeyMethod · 0.95
VersionMethod · 0.95

Tested by

no test coverage detected