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

Method Count

grpc_client.go:240–242  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238}
239
240func (g *GrpcClient) Count() (uint64, error) {
241 return g.DocCount()
242}
243
244func (g *GrpcClient) SearchRPC(ctx context.Context, req *scatterRequest,
245 pbReq *pb.SearchRequest) (*bleve.SearchResult, error) {

Callers

nothing calls this directly

Calls 1

DocCountMethod · 0.95

Tested by

no test coverage detected