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

Method second

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

Source from the content-addressed store, hash-verified

29
30 impl(const Value*) noexcept;
31 const Value* second() const noexcept FLPURE {return offsetby(_first, _width);}
32 const Value* firstValue() const noexcept FLPURE;
33 const Value* deref(const Value*) const noexcept FLPURE;
34 const Value* operator[] (unsigned index) const noexcept FLPURE;

Callers 2

rawValueMethod · 0.80
readKVMethod · 0.80

Calls 1

offsetbyFunction · 0.85

Tested by

no test coverage detected