MCPcopy Create free account
hub / github.com/dgraph-io/badger / String

Method String

compaction.go:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38var infRange = keyRange{inf: true}
39
40func (r keyRange) String() string {
41 return fmt.Sprintf("[left=%x, right=%x, inf=%v]", r.left, r.right, r.inf)
42}
43
44func (r keyRange) equals(dst keyRange) bool {
45 return bytes.Equal(r.left, dst.left) &&

Callers 1

debugMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected