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

Method Document

remote.go:133–135  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

131}
132
133func (r *IndexClient) Document(id string) (index.Document, error) {
134 return nil, indexClientUnimplementedErr
135}
136
137func (r *IndexClient) DocCount() (uint64, error) {
138 if r.CountURL == "" {

Callers 2

TestNegativeIndexClientFunction · 0.95
ServeHTTPMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNegativeIndexClientFunction · 0.76