()
| 46 | } |
| 47 | |
| 48 | func (s *levelHandler) getTotalSize() int64 { |
| 49 | s.RLock() |
| 50 | defer s.RUnlock() |
| 51 | return s.totalSize |
| 52 | } |
| 53 | |
| 54 | // initTables replaces s.tables with given tables. This is done during loading. |
| 55 | func (s *levelHandler) initTables(tables []*table.Table) { |
no outgoing calls
no test coverage detected