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

Method ~alloc_slice

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

Source from the content-addressed store, hash-verified

351 alloc_slice(alloc_slice&& s) noexcept STEPOVER :pure_slice(s) {s.set(nullptr, 0);}
352
353 ~alloc_slice() STEPOVER {_FLBuf_Release(buf);}
354
355 inline alloc_slice& operator=(const alloc_slice&) noexcept STEPOVER;
356

Callers

nothing calls this directly

Calls 1

_FLBuf_ReleaseFunction · 0.85

Tested by

no test coverage detected