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

Method Index

remote.go:121–123  ·  view source on GitHub ↗
(id string, data interface{})

Source from the content-addressed store, hash-verified

119}
120
121func (r *IndexClient) Index(id string, data interface{}) error {
122 return indexClientUnimplementedErr
123}
124
125func (r *IndexClient) Delete(id string) error {
126 return indexClientUnimplementedErr

Callers 7

TestNegativeIndexClientFunction · 0.95
TestDeleteByQueryFunction · 0.45
DataUpdateMethod · 0.45
preparePermsFunction · 0.45
findTypeUtilMethod · 0.45
HandleAPIVersionFunction · 0.45

Calls

no outgoing calls

Tested by 2

TestNegativeIndexClientFunction · 0.76
TestDeleteByQueryFunction · 0.36