MCPcopy
hub / github.com/bradfitz/gomemcache / append

Method append

memcache/memcache.go:636–638  ·  view source on GitHub ↗
(rw *bufio.ReadWriter, item *Item)

Source from the content-addressed store, hash-verified

634}
635
636func (c *Client) append(rw *bufio.ReadWriter, item *Item) error {
637 return c.populateOne(rw, "append", item)
638}
639
640// Prepend prepends the given item to the existing item, if a value already
641// exists for its key. ErrNotStored is returned if that condition is not met.

Callers

nothing calls this directly

Calls 1

populateOneMethod · 0.95

Tested by

no test coverage detected