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

Method inlinePointer

Fleece/Mutable/ValueSlot.hh:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 const Value* pointer() const noexcept FLPURE {return (const Value*)_pointer;}
81 const Value* asPointer() const noexcept FLPURE {return (isPointer() ? pointer() : nullptr);}
82 const Value* inlinePointer() const noexcept FLPURE {return (const Value*)&_inlineVal;}
83 void setPointer(const Value*);
84 void setInline(internal::tags valueTag, int tiny);
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected