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

Method Smallest

table/table.go:98–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96// TableInterface is useful for testing.
97type TableInterface interface {
98 Smallest() []byte
99 Biggest() []byte
100 DoesNotHave(hash uint64) bool
101}

Callers 14

TestPickSortTablesFunction · 0.65
getKeyRangeFunction · 0.65
dropPrefixesMethod · 0.65
compactBuildTablesMethod · 0.65
getTableInfoMethod · 0.65
pickTableMethod · 0.65
pickTablesMethod · 0.65
initTablesMethod · 0.65
replaceTablesMethod · 0.65
sortTablesMethod · 0.65
overlappingTablesMethod · 0.65

Implementers 2

tableMockiterator_test.go
Tabletable/table.go

Calls

no outgoing calls

Tested by 2

TestPickSortTablesFunction · 0.52