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

Method pure_slice

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

Source from the content-addressed store, hash-verified

497
498
499 inline constexpr pure_slice::pure_slice(const void* b, size_t s) noexcept
500 :buf(b), size(s)
501 {
502 checkValidSlice();
503 }
504
505
506 inline void pure_slice::setBuf(const void *b NONNULL) noexcept {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected