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

Method numTables

level_handler.go:204–208  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204func (s *levelHandler) numTables() int {
205 s.RLock()
206 defer s.RUnlock()
207 return len(s.tables)
208}
209
210func (s *levelHandler) close() error {
211 s.RLock()

Callers 2

isLevel0CompactableMethod · 0.80
pickCompactLevelsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected