Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
204
func
(s *levelHandler) numTables() int {
205
s.RLock()
206
defer
s.RUnlock()
207
return
len(s.tables)
208
}
209
210
func
(s *levelHandler) close() error {
211
s.RLock()
Callers
2
isLevel0Compactable
Method · 0.80
pickCompactLevels
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected