MCPcopy
hub / github.com/dgraph-io/badger / tableMock

Struct tableMock

iterator_test.go:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33)
34
35type tableMock struct {
36 left, right []byte
37}
38
39func (tm *tableMock) Smallest() []byte { return tm.left }
40func (tm *tableMock) Biggest() []byte { return tm.right }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected