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

Method Delete

remote.go:125–127  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

123}
124
125func (r *IndexClient) Delete(id string) error {
126 return indexClientUnimplementedErr
127}
128
129func (r *IndexClient) Batch(b *bleve.Batch) error {
130 return indexClientUnimplementedErr

Callers 3

TestNegativeIndexClientFunction · 0.95
documentMatchHandlerMethod · 0.45
DataDeleteMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNegativeIndexClientFunction · 0.76