MCPcopy Create free account
hub / github.com/couchbase/fleece / alloc_slice

Method alloc_slice

API/fleece/slice.hh:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 /** A \ref slice that owns a heap-allocated, ref-counted block of memory. */
335 struct alloc_slice : public pure_slice {
336 constexpr alloc_slice() noexcept STEPOVER {}
337 constexpr alloc_slice(std::nullptr_t) noexcept STEPOVER {}
338 constexpr alloc_slice(nullslice_t) noexcept STEPOVER {}
339

Callers

nothing calls this directly

Calls 3

sliceClass · 0.85
retainFunction · 0.85
setMethod · 0.45

Tested by

no test coverage detected