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

Method offsetValue

Fleece/Mutable/HeapValue.hh:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26// uint8_t _data[0]; // Extra Value data (object is dynamically sized)
27
28 offsetValue() =default;
29 private:
30 offsetValue(const offsetValue&) = delete;
31 offsetValue(offsetValue&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected