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

Method Fields

remote.go:268–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268func (r *IndexClient) Fields() ([]string, error) {
269 return nil, indexClientUnimplementedErr
270}
271
272func (r *IndexClient) FieldDict(field string) (index.FieldDict, error) {
273 return nil, indexClientUnimplementedErr

Callers 2

TestNegativeIndexClientFunction · 0.95
ServeHTTPMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNegativeIndexClientFunction · 0.76