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

Method SetInternal

remote.go:322–324  ·  view source on GitHub ↗
(key, val []byte)

Source from the content-addressed store, hash-verified

320}
321
322func (r *IndexClient) SetInternal(key, val []byte) error {
323 return indexClientUnimplementedErr
324}
325
326func (r *IndexClient) DeleteInternal(key []byte) error {
327 return indexClientUnimplementedErr

Callers 3

TestNegativeIndexClientFunction · 0.95
OpaqueSetMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestNegativeIndexClientFunction · 0.76