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

Method AddMulti

memcache/raw_binary_client.go:537–539  ·  view source on GitHub ↗

See Client interface for documentation.

(items []*Item)

Source from the content-addressed store, hash-verified

535
536// See Client interface for documentation.
537func (c *RawBinaryClient) AddMulti(items []*Item) []MutateResponse {
538 return c.mutateMulti(opAdd, opAdd, items)
539}
540
541// See Client interface for documentation.
542func (c *RawBinaryClient) Replace(item *Item) MutateResponse {

Callers

nothing calls this directly

Calls 1

mutateMultiMethod · 0.95

Tested by

no test coverage detected