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

Method mutable_slice

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

Source from the content-addressed store, hash-verified

303 size_t size;
304
305 constexpr mutable_slice() noexcept :buf(nullptr), size(0) {}
306 explicit constexpr mutable_slice(pure_slice s) noexcept :buf((void*)s.buf), size(s.size) {}
307 constexpr mutable_slice(void* b, size_t s) noexcept :buf(b), size(s) {}
308 constexpr mutable_slice(void* b NONNULL, void* e NONNULL) noexcept :buf(b),

Callers

nothing calls this directly

Calls 1

pointerDiffFunction · 0.85

Tested by

no test coverage detected