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

Method AllocSet

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

AllocSet is like Set(), but the caller must provide []byte parameters that came from Alloc().

(keyFromAlloc, valFromAlloc []byte)

Source from the content-addressed store, hash-verified

349 // AllocSet is like Set(), but the caller must provide []byte
350 // parameters that came from Alloc().
351 AllocSet(keyFromAlloc, valFromAlloc []byte) error
352
353 // AllocDel is like Del(), but the caller must provide []byte
354 // parameters that came from Alloc().

Callers 1

TestAllocCollectionFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestAllocCollectionFunction · 0.76