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

Method value

Fleece/Core/Array.hh:86–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 uint32_t count() const noexcept FLPURE {return _count;}
85
86 const Value* value() const noexcept FLPURE {return _value;}
87 explicit operator const Value* () const noexcept FLPURE {return _value;}
88 const Value* operator-> () const noexcept FLPURE {return _value;}
89

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected