MCPcopy Create free account
hub / github.com/couchbase/cbft / DocCount

Method DocCount

cache_bleve.go:99–101  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97}
98
99func (m *cacheBleveIndex) DocCount() (uint64, error) {
100 return m.bindex.DocCount()
101}
102
103func (m *cacheBleveIndex) Search(req *bleve.SearchRequest) (
104 *bleve.SearchResult, error) {

Callers

nothing calls this directly

Calls 1

DocCountMethod · 0.65

Tested by

no test coverage detected