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

Method getSummary

db_test.go:51–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (s *levelsController) getSummary() *summary {
52 out := &summary{
53 fileIDs: make(map[uint64]bool),
54 }
55 for _, l := range s.levels {
56 l.getSummary(out)
57 }
58 return out
59}
60
61func (s *levelHandler) getSummary(sum *summary) {
62 s.RLock()

Callers

nothing calls this directly

Calls 1

getSummaryMethod · 0.45

Tested by

no test coverage detected