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

Method Count

remote.go:332–334  ·  view source on GitHub ↗

-----------------------------------------------------

()

Source from the content-addressed store, hash-verified

330// -----------------------------------------------------
331
332func (r *IndexClient) Count() (uint64, error) {
333 return r.DocCount()
334}
335
336func (r *IndexClient) Query(buf []byte) ([]byte, error) {
337 u, err := UrlWithAuth(r.AuthType(), r.QueryURL)

Callers 4

gatherIndexProgressStatsFunction · 0.45
DocCountMethod · 0.45
TestQuerySupervisorFunction · 0.45
decoratePermStringsFunction · 0.45

Calls 1

DocCountMethod · 0.95

Tested by 1

TestQuerySupervisorFunction · 0.36