Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
240
func
(g *GrpcClient) Count() (uint64, error) {
241
return
g.DocCount()
242
}
243
244
func
(g *GrpcClient) SearchRPC(ctx context.Context, req *scatterRequest,
245
pbReq *pb.SearchRequest) (*bleve.SearchResult, error) {
Callers
nothing calls this directly
Calls
1
DocCount
Method · 0.95
Tested by
no test coverage detected