MCPcopy Create free account
hub / github.com/couchbase/moss / FullMerge

Method FullMerge

api.go:522–522  ·  view source on GitHub ↗

FullMerge the full sequence of operands on top of an existingValue and returns the merged value. The existingValue may be nil if no value currently exists. If full merge cannot be done, return (nil, false).

(key, existingValue []byte, operands [][]byte)

Source from the content-addressed store, hash-verified

520 // may be nil if no value currently exists. If full merge cannot
521 // be done, return (nil, false).
522 FullMerge(key, existingValue []byte, operands [][]byte) ([]byte, bool)
523
524 // Partially merge two operands. If partial merge cannot be done,
525 // return (nil, false), which will defer processing until a later

Callers 3

getMergedMethod · 0.95
CurrentMethod · 0.95
batchExecuteFuncFunction · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected