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

Method source

API/fleece/Mutable.hh:107–107  ·  view source on GitHub ↗

The immutable Array this instance was constructed from (if any). */

Source from the content-addressed store, hash-verified

105
106 /** The immutable Array this instance was constructed from (if any). */
107 Array source() const {return FLMutableArray_GetSource(*this);}
108
109 /** True if this array has been modified since it was created. */
110 bool isChanged() const {return FLMutableArray_IsChanged(*this);}

Callers

nothing calls this directly

Calls 1

FLMutableArray_GetSourceFunction · 0.85

Tested by

no test coverage detected