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

Method DumpDoc

remote.go:290–292  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

288}
289
290func (r *IndexClient) DumpDoc(id string) chan interface{} {
291 return nil
292}
293
294func (r *IndexClient) DumpFields() chan interface{} {
295 return nil

Callers 2

TestNegativeIndexClientFunction · 0.95
ServeHTTPMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNegativeIndexClientFunction · 0.76