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

Method isChanged

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

True if this array has been modified since it was created. */

Source from the content-addressed store, hash-verified

108
109 /** True if this array has been modified since it was created. */
110 bool isChanged() const {return FLMutableArray_IsChanged(*this);}
111
112 /** Removes a range of values from the array. */
113 void remove(uint32_t first, uint32_t n =1) {FLMutableArray_Remove(*this, first, n);}

Callers

nothing calls this directly

Calls 1

FLMutableArray_IsChangedFunction · 0.85

Tested by

no test coverage detected