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

Method debug

compaction.go:95–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (lcs *levelCompactStatus) debug() string {
96 var b bytes.Buffer
97 for _, r := range lcs.ranges {
98 b.WriteString(r.String())
99 }
100 return b.String()
101}
102
103func (lcs *levelCompactStatus) overlapsWith(dst keyRange) bool {
104 for _, r := range lcs.ranges {

Callers 3

toLogMethod · 0.80
deleteMethod · 0.80
addLevel0TableMethod · 0.80

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected