MCPcopy Index your code
hub / github.com/dropbox/godropbox / SetMulti

Method SetMulti

memcache/raw_binary_client.go:508–510  ·  view source on GitHub ↗

See Client interface for documentation.

(items []*Item)

Source from the content-addressed store, hash-verified

506
507// See Client interface for documentation.
508func (c *RawBinaryClient) SetMulti(items []*Item) []MutateResponse {
509 return c.mutateMulti(opSet, opSet, items)
510}
511
512// See Client interface for documentation.
513func (c *RawBinaryClient) SetSentinels(items []*Item) []MutateResponse {

Callers 1

SetSentinelsMethod · 0.95

Calls 1

mutateMultiMethod · 0.95

Tested by

no test coverage detected